Html Css Color HEX #CC8AFF Heliotrope

📋 copy color: '#CC8AFF'

red 204 ◦ green 138 ◦ blue 255

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

Shades of Heliotrope #CC8AFF

Tints of Heliotrope #CC8AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.12%

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

R = 34.17%
G = 23.12%
B = 42.71%

CMYK

 C value IS 0.2

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC8AFF (or 0xCC8AFF) is known color: Heliotrope. HEX triplet: CC, 8A and FF. RGB value is (204,138,255). Sum of RGB (Red+Green+Blue) = 204+138+255=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8AFF is #337500. Grayscale: #AAAAAA. Windows color (decimal): -3372289 or 16747212. OLE color: 16747212.

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

Color convert

RGB 204 138 255 -
CMYK 0.2 0.46 0 0
HSL 273.85º 1% 0.77% -
HSV(B) 273.85º 0.46% 1% -
XYZ 52.04 38.23 99.24 -
YUV 171.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 204 138 255 0.2 0.46 0 0 273.85 1 0.77
Hex CC 8A FF 14 2E 0 0 112 64 4D
Octal 314 212 377 24 56 0 0 422 144 115
Binary 11001100 10001010 11111111 10100 101110 0 0 100010010 1100100 1001101

Color Harmonies of #CC8AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8AFF

Black with #CC8AFF

Text Example


Text Example

White with #CC8AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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