Html Css Color HEX #C24ECF Medium Orchid

📋 copy color: '#C24ECF'

red 194 ◦ green 78 ◦ blue 207

#C24ECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C24ECF

Tints of Medium Orchid #C24ECF

RGB

 RED value IS 194 (76.17% from 255) = 40.5%

 GREEN value IS 78 (30.86% from 255) = 16.28%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 40.5%
G = 16.28%
B = 43.22%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C24ECF (or 0xC24ECF) is known color: Medium Orchid. HEX triplet: C2, 4E and CF. RGB value is (194,78,207). Sum of RGB (Red+Green+Blue) = 194+78+207=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #C24ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24ECF is #3DB130. Grayscale: #7E7E7E. Windows color (decimal): -4043057 or 13586114. OLE color: 13586114.

HSL color Cylindrical-coordinate representation of color #C24ECF: hue angle of 293.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24ECF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 78 207 -
CMYK 0.06 0.62 0 0.19
HSL 293.95º 0.57% 0.56% -
HSV(B) 293.95º 0.62% 0.81% -
XYZ 36.24 21.42 61.26 -
YUV 127.39 172.93 175.51 -
System Red Green Blue C M Y K H S L
Decimal 194 78 207 0.06 0.62 0 0.19 293.95 0.57 0.56
Hex C2 4E CF 6 3E 0 13 126 39 38
Octal 302 116 317 6 76 0 23 446 71 70
Binary 11000010 1001110 11001111 110 111110 0 10011 100100110 111001 111000

Color Harmonies of #C24ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24ECF

Black with #C24ECF

Text Example


Text Example

White with #C24ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24ECF; }

 p { color: rgb(194,78,207); }

 H1.HeaderClassName
 {
   color: #C24ECF;
 }
 .AnyTagClassName
 {
   color: #C24ECF;
 }
</style>

background-color css

<style>
 a { background-color: #C24ECF; }

 a { background-color: rgb(194,78,207); }

 div.DivClassName
 {
   background-color: #C24ECF;
 }
 .BgClassName
 {
   background-color: #C24ECF;
 }
</style>

border-color css

<style>
 span { border-color: #C24ECF; }

 span { border-color: rgb(194,78,207); }

 td.TdClassName
 {
   border-color: #C24ECF;
 }
 .TagClassName
 {
   border-color: #C24ECF;
 }
</style>