Html Css Color HEX #CC75ED Heliotrope

📋 copy color: '#CC75ED'

red 204 ◦ green 117 ◦ blue 237

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

Shades of Heliotrope #CC75ED

Tints of Heliotrope #CC75ED

RGB

 RED value IS 204 (80.08% from 255) = 36.56%

 GREEN value IS 117 (46.09% from 255) = 20.97%

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 36.56%
G = 20.97%
B = 42.47%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC75ED (or 0xCC75ED) is known color: Heliotrope. HEX triplet: CC, 75 and ED. RGB value is (204,117,237). Sum of RGB (Red+Green+Blue) = 204+117+237=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC75ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75ED is #338A12. Grayscale: #9C9C9C. Windows color (decimal): -3377683 or 15562188. OLE color: 15562188.

HSL color Cylindrical-coordinate representation of color #CC75ED: hue angle of 283.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC75ED is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 117 237 -
CMYK 0.14 0.51 0 0.07
HSL 283.5º 0.77% 0.69% -
HSV(B) 283.5º 0.51% 0.93% -
XYZ 46.55 31.67 83.78 -
YUV 156.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 204 117 237 0.14 0.51 0 0.07 283.5 0.77 0.69
Hex CC 75 ED E 33 0 7 11C 4D 45
Octal 314 165 355 16 63 0 7 434 115 105
Binary 11001100 1110101 11101101 1110 110011 0 111 100011100 1001101 1000101

Color Harmonies of #CC75ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75ED

Black with #CC75ED

Text Example


Text Example

White with #CC75ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75ED; }

 p { color: rgb(204,117,237); }

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

background-color css

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

 a { background-color: rgb(204,117,237); }

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

border-color css

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

 span { border-color: rgb(204,117,237); }

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