Html Css Color HEX #CC8CFE Heliotrope

📋 copy color: '#CC8CFE'

red 204 ◦ green 140 ◦ blue 254

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

Shades of Heliotrope #CC8CFE

Tints of Heliotrope #CC8CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.41%

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

R = 34.11%
G = 23.41%
B = 42.47%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC8CFE (or 0xCC8CFE) is known color: Heliotrope. HEX triplet: CC, 8C and FE. RGB value is (204,140,254). Sum of RGB (Red+Green+Blue) = 204+140+254=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC8CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CFE is #337301. Grayscale: #ABABAB. Windows color (decimal): -3371778 or 16682188. OLE color: 16682188.

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

Color convert

RGB 204 140 254 -
CMYK 0.20 0.45 0 0.00
HSL 273.68º 0.98% 0.77% -
HSV(B) 273.68º 0.45% 1% -
XYZ 52.17 38.75 98.5 -
YUV 172.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 204 140 254 0.20 0.45 0 0.00 273.68 0.98 0.77
Hex CC 8C FE 14 2D 0 0 112 62 4D
Octal 314 214 376 24 55 0 0 422 142 115
Binary 11001100 10001100 11111110 10100 101101 0 0 100010010 1100010 1001101

Color Harmonies of #CC8CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CFE

Black with #CC8CFE

Text Example


Text Example

White with #CC8CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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