Html Css Color HEX #C24CEA Medium Orchid

📋 copy color: '#C24CEA'

red 194 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #C24CEA

Tints of Medium Orchid #C24CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.08%

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 38.49%
G = 15.08%
B = 46.43%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C24CEA (or 0xC24CEA) is known color: Medium Orchid. HEX triplet: C2, 4C and EA. RGB value is (194,76,234). Sum of RGB (Red+Green+Blue) = 194+76+234=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #C24CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24CEA is #3DB315. Grayscale: #808080. Windows color (decimal): -4043542 or 15355074. OLE color: 15355074.

HSL color Cylindrical-coordinate representation of color #C24CEA: hue angle of 284.81º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24CEA is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 76 234 -
CMYK 0.17 0.68 0 0.08
HSL 284.81º 0.79% 0.61% -
HSV(B) 284.81º 0.68% 0.92% -
XYZ 39.68 22.58 80.11 -
YUV 129.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 194 76 234 0.17 0.68 0 0.08 284.81 0.79 0.61
Hex C2 4C EA 11 44 0 8 11D 4F 3D
Octal 302 114 352 21 104 0 10 435 117 75
Binary 11000010 1001100 11101010 10001 1000100 0 1000 100011101 1001111 111101

Color Harmonies of #C24CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CEA

Black with #C24CEA

Text Example


Text Example

White with #C24CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CEA; }

 p { color: rgb(194,76,234); }

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

background-color css

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

 a { background-color: rgb(194,76,234); }

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

border-color css

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

 span { border-color: rgb(194,76,234); }

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