Shades of Medium Orchid #CC5CEA
Tints of Medium Orchid #CC5CEA
RGB
CMYK
RGB Variations
Color information
#CC5CEA (or 0xCC5CEA) is known color: Medium Orchid. HEX triplet: CC, 5C and EA. RGB value is (204,92,234). Sum of RGB (Red+Green+Blue) = 204+92+234=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC5CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CEA is #33A315. Grayscale: #8D8D8D. Windows color (decimal): -3384086 or 15359180. OLE color: 15359180.
HSL color Cylindrical-coordinate representation of color #CC5CEA: hue angle of 287.32º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5CEA is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 92 | 234 | - |
CMYK | 0.13 | 0.61 | 0 | 0.08 |
HSL | 287.32º | 0.77% | 0.64% | - |
HSV(B) | 287.32º | 0.61% | 0.92% | - |
XYZ | 43.58 | 26.43 | 80.65 | - |
YUV | 141.68 | 180.11 | 172.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 92 | 234 | 0.13 | 0.61 | 0 | 0.08 | 287.32 | 0.77 | 0.64 |
Hex | CC | 5C | EA | D | 3D | 0 | 8 | 11F | 4D | 40 |
Octal | 314 | 134 | 352 | 15 | 75 | 0 | 10 | 437 | 115 | 100 |
Binary | 11001100 | 1011100 | 11101010 | 1101 | 111101 | 0 | 1000 | 100011111 | 1001101 | 1000000 |
Color Harmonies of #CC5CEA
Complementary color
Monochromatic Colors of #CC5CEA
Black with #CC5CEA
Text Example
Text Example
White with #CC5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CEA; }
p { color: rgb(204,92,234); }
H1.HeaderClassName
{
color: #CC5CEA;
}
.AnyTagClassName
{
color: #CC5CEA;
}
</style>
background-color css
<style>
a { background-color: #CC5CEA; }
a { background-color: rgb(204,92,234); }
div.DivClassName
{
background-color: #CC5CEA;
}
.BgClassName
{
background-color: #CC5CEA;
}
</style>
border-color css
<style>
span { border-color: #CC5CEA; }
span { border-color: rgb(204,92,234); }
td.TdClassName
{
border-color: #CC5CEA;
}
.TagClassName
{
border-color: #CC5CEA;
}
</style>