Html Css Color HEX #CC6CFD Heliotrope

📋 copy color: '#CC6CFD'

red 204 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #CC6CFD

Tints of Heliotrope #CC6CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.12%

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 36.11%
G = 19.12%
B = 44.78%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC6CFD (or 0xCC6CFD) is known color: Heliotrope. HEX triplet: CC, 6C and FD. RGB value is (204,108,253). Sum of RGB (Red+Green+Blue) = 204+108+253=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC6CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CFD is #339302. Grayscale: #989898. Windows color (decimal): -3379971 or 16608460. OLE color: 16608460.

HSL color Cylindrical-coordinate representation of color #CC6CFD: hue angle of 279.72º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6CFD is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 108 253 -
CMYK 0.19 0.57 0 0.01
HSL 279.72º 0.97% 0.71% -
HSV(B) 279.72º 0.57% 0.99% -
XYZ 47.99 30.65 96.32 -
YUV 153.23 184.3 164.21 -
System Red Green Blue C M Y K H S L
Decimal 204 108 253 0.19 0.57 0 0.01 279.72 0.97 0.71
Hex CC 6C FD 13 39 0 1 118 61 47
Octal 314 154 375 23 71 0 1 430 141 107
Binary 11001100 1101100 11111101 10011 111001 0 1 100011000 1100001 1000111

Color Harmonies of #CC6CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CFD

Black with #CC6CFD

Text Example


Text Example

White with #CC6CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CFD; }

 p { color: rgb(204,108,253); }

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

background-color css

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

 a { background-color: rgb(204,108,253); }

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

border-color css

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

 span { border-color: rgb(204,108,253); }

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