Html Css Color HEX #CC5CF3 Heliotrope

📋 copy color: '#CC5CF3'

red 204 ◦ green 92 ◦ blue 243

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

Shades of Heliotrope #CC5CF3

Tints of Heliotrope #CC5CF3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.07%

 BLUE value IS 243 (95.31% from 255) = 45.08%

R = 37.85%
G = 17.07%
B = 45.08%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC5CF3 (or 0xCC5CF3) is known color: Heliotrope. HEX triplet: CC, 5C and F3. RGB value is (204,92,243). Sum of RGB (Red+Green+Blue) = 204+92+243=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC5CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CF3 is #33A30C. Grayscale: #8E8E8E. Windows color (decimal): -3384077 or 15949004. OLE color: 15949004.

HSL color Cylindrical-coordinate representation of color #CC5CF3: hue angle of 284.5º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC5CF3 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 92 243 -
CMYK 0.16 0.62 0 0.05
HSL 284.5º 0.86% 0.66% -
HSV(B) 284.5º 0.62% 0.95% -
XYZ 44.91 26.96 87.63 -
YUV 142.7 184.61 171.72 -
System Red Green Blue C M Y K H S L
Decimal 204 92 243 0.16 0.62 0 0.05 284.5 0.86 0.66
Hex CC 5C F3 10 3E 0 5 11D 56 42
Octal 314 134 363 20 76 0 5 435 126 102
Binary 11001100 1011100 11110011 10000 111110 0 101 100011101 1010110 1000010

Color Harmonies of #CC5CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5CF3

Black with #CC5CF3

Text Example


Text Example

White with #CC5CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5CF3; }

 p { color: rgb(204,92,243); }

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

background-color css

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

 a { background-color: rgb(204,92,243); }

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

border-color css

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

 span { border-color: rgb(204,92,243); }

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