Html Css Color HEX #CC8AFE Heliotrope

📋 copy color: '#CC8AFE'

red 204 ◦ green 138 ◦ blue 254

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

Shades of Heliotrope #CC8AFE

Tints of Heliotrope #CC8AFE

RGB

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

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

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

R = 34.23%
G = 23.15%
B = 42.62%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC8AFE (or 0xCC8AFE) is known color: Heliotrope. HEX triplet: CC, 8A and FE. RGB value is (204,138,254). Sum of RGB (Red+Green+Blue) = 204+138+254=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC8AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8AFE is #337501. Grayscale: #AAAAAA. Windows color (decimal): -3372290 or 16681676. OLE color: 16681676.

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

Color convert

RGB 204 138 254 -
CMYK 0.20 0.46 0 0.00
HSL 274.14º 0.98% 0.77% -
HSV(B) 274.14º 0.46% 1% -
XYZ 51.88 38.17 98.4 -
YUV 170.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 204 138 254 0.20 0.46 0 0.00 274.14 0.98 0.77
Hex CC 8A FE 14 2E 0 0 112 62 4D
Octal 314 212 376 24 56 0 0 422 142 115
Binary 11001100 10001010 11111110 10100 101110 0 0 100010010 1100010 1001101

Color Harmonies of #CC8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8AFE

Black with #CC8AFE

Text Example


Text Example

White with #CC8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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