Html Css Color HEX #CC6BFE Heliotrope

📋 copy color: '#CC6BFE'

red 204 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #CC6BFE

Tints of Heliotrope #CC6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.94%

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 36.11%
G = 18.94%
B = 44.96%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC6BFE (or 0xCC6BFE) is known color: Heliotrope. HEX triplet: CC, 6B and FE. RGB value is (204,107,254). Sum of RGB (Red+Green+Blue) = 204+107+254=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BFE is #339401. Grayscale: #989898. Windows color (decimal): -3380226 or 16673740. OLE color: 16673740.

HSL color Cylindrical-coordinate representation of color #CC6BFE: hue angle of 279.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC6BFE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 107 254 -
CMYK 0.20 0.58 0 0.00
HSL 279.59º 0.99% 0.71% -
HSV(B) 279.59º 0.58% 1% -
XYZ 48.05 30.51 97.12 -
YUV 152.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 204 107 254 0.20 0.58 0 0.00 279.59 0.99 0.71
Hex CC 6B FE 14 3A 0 0 118 63 47
Octal 314 153 376 24 72 0 0 430 143 107
Binary 11001100 1101011 11111110 10100 111010 0 0 100011000 1100011 1000111

Color Harmonies of #CC6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BFE

Black with #CC6BFE

Text Example


Text Example

White with #CC6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BFE; }

 p { color: rgb(204,107,254); }

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

background-color css

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

 a { background-color: rgb(204,107,254); }

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

border-color css

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

 span { border-color: rgb(204,107,254); }

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