Html Css Color HEX #CC75EF Heliotrope

📋 copy color: '#CC75EF'

red 204 ◦ green 117 ◦ blue 239

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

Shades of Heliotrope #CC75EF

Tints of Heliotrope #CC75EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 36.43%
G = 20.89%
B = 42.68%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC75EF (or 0xCC75EF) is known color: Heliotrope. HEX triplet: CC, 75 and EF. RGB value is (204,117,239). Sum of RGB (Red+Green+Blue) = 204+117+239=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC75EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75EF is #338A10. Grayscale: #9C9C9C. Windows color (decimal): -3377681 or 15693260. OLE color: 15693260.

HSL color Cylindrical-coordinate representation of color #CC75EF: hue angle of 282.79º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC75EF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 117 239 -
CMYK 0.15 0.51 0 0.06
HSL 282.79º 0.79% 0.7% -
HSV(B) 282.79º 0.51% 0.94% -
XYZ 46.84 31.79 85.33 -
YUV 156.92 174.32 161.58 -
System Red Green Blue C M Y K H S L
Decimal 204 117 239 0.15 0.51 0 0.06 282.79 0.79 0.7
Hex CC 75 EF F 33 0 6 11B 4F 46
Octal 314 165 357 17 63 0 6 433 117 106
Binary 11001100 1110101 11101111 1111 110011 0 110 100011011 1001111 1000110

Color Harmonies of #CC75EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75EF

Black with #CC75EF

Text Example


Text Example

White with #CC75EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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