Html Css Color HEX #CC88FE Heliotrope

📋 copy color: '#CC88FE'

red 204 ◦ green 136 ◦ blue 254

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

Shades of Heliotrope #CC88FE

Tints of Heliotrope #CC88FE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.9%

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

R = 34.34%
G = 22.9%
B = 42.76%

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

#CC88FE (or 0xCC88FE) is known color: Heliotrope. HEX triplet: CC, 88 and FE. RGB value is (204,136,254). Sum of RGB (Red+Green+Blue) = 204+136+254=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC88FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC88FE is #337701. Grayscale: #A9A9A9. Windows color (decimal): -3372802 or 16681164. OLE color: 16681164.

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

Color convert

RGB 204 136 254 -
CMYK 0.20 0.46 0 0.00
HSL 274.58º 0.98% 0.76% -
HSV(B) 274.58º 0.46% 1% -
XYZ 51.6 37.6 98.3 -
YUV 169.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 204 136 254 0.20 0.46 0 0.00 274.58 0.98 0.76
Hex CC 88 FE 14 2E 0 0 113 62 4C
Octal 314 210 376 24 56 0 0 423 142 114
Binary 11001100 10001000 11111110 10100 101110 0 0 100010011 1100010 1001100

Color Harmonies of #CC88FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC88FE

Black with #CC88FE

Text Example


Text Example

White with #CC88FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC88FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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