Html Css Color HEX #CC8FFF Heliotrope

📋 copy color: '#CC8FFF'

red 204 ◦ green 143 ◦ blue 255

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

Shades of Heliotrope #CC8FFF

Tints of Heliotrope #CC8FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.75%

 BLUE value IS 255 (100% from 255) = 42.36%

R = 33.89%
G = 23.75%
B = 42.36%

CMYK

 C value IS 0.2

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC8FFF (or 0xCC8FFF) is known color: Heliotrope. HEX triplet: CC, 8F and FF. RGB value is (204,143,255). Sum of RGB (Red+Green+Blue) = 204+143+255=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC8FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8FFF is #337000. Grayscale: #ADADAD. Windows color (decimal): -3371009 or 16748492. OLE color: 16748492.

HSL color Cylindrical-coordinate representation of color #CC8FFF: hue angle of 272.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC8FFF is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 143 255 -
CMYK 0.2 0.44 0 0
HSL 272.68º 1% 0.78% -
HSV(B) 272.68º 0.44% 1% -
XYZ 52.77 39.7 99.49 -
YUV 174.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 204 143 255 0.2 0.44 0 0 272.68 1 0.78
Hex CC 8F FF 14 2C 0 0 111 64 4E
Octal 314 217 377 24 54 0 0 421 144 116
Binary 11001100 10001111 11111111 10100 101100 0 0 100010001 1100100 1001110

Color Harmonies of #CC8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FFF

Black with #CC8FFF

Text Example


Text Example

White with #CC8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FFF; }

 p { color: rgb(204,143,255); }

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

background-color css

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

 a { background-color: rgb(204,143,255); }

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

border-color css

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

 span { border-color: rgb(204,143,255); }

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