Html Css Color HEX #CC6BF8 Heliotrope

📋 copy color: '#CC6BF8'

red 204 ◦ green 107 ◦ blue 248

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

Shades of Heliotrope #CC6BF8

Tints of Heliotrope #CC6BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.36%

R = 36.49%
G = 19.14%
B = 44.36%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC6BF8 (or 0xCC6BF8) is known color: Heliotrope. HEX triplet: CC, 6B and F8. RGB value is (204,107,248). Sum of RGB (Red+Green+Blue) = 204+107+248=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC6BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BF8 is #339407. Grayscale: #979797. Windows color (decimal): -3380232 or 16280524. OLE color: 16280524.

HSL color Cylindrical-coordinate representation of color #CC6BF8: hue angle of 281.28º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6BF8 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 107 248 -
CMYK 0.18 0.57 0 0.03
HSL 281.28º 0.91% 0.7% -
HSV(B) 281.28º 0.57% 0.97% -
XYZ 47.1 30.13 92.14 -
YUV 152.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 204 107 248 0.18 0.57 0 0.03 281.28 0.91 0.7
Hex CC 6B F8 12 39 0 3 119 5B 46
Octal 314 153 370 22 71 0 3 431 133 106
Binary 11001100 1101011 11111000 10010 111001 0 11 100011001 1011011 1000110

Color Harmonies of #CC6BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BF8

Black with #CC6BF8

Text Example


Text Example

White with #CC6BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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