Html Css Color HEX #CC8BFF Heliotrope

📋 copy color: '#CC8BFF'

red 204 ◦ green 139 ◦ blue 255

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

Shades of Heliotrope #CC8BFF

Tints of Heliotrope #CC8BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.24%

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

R = 34.11%
G = 23.24%
B = 42.64%

CMYK

 C value IS 0.2

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC8BFF (or 0xCC8BFF) is known color: Heliotrope. HEX triplet: CC, 8B and FF. RGB value is (204,139,255). Sum of RGB (Red+Green+Blue) = 204+139+255=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC8BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8BFF is #337400. Grayscale: #ABABAB. Windows color (decimal): -3372033 or 16747468. OLE color: 16747468.

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

Color convert

RGB 204 139 255 -
CMYK 0.2 0.45 0 0
HSL 273.62º 1% 0.77% -
HSV(B) 273.62º 0.45% 1% -
XYZ 52.18 38.52 99.29 -
YUV 171.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 204 139 255 0.2 0.45 0 0 273.62 1 0.77
Hex CC 8B FF 14 2D 0 0 112 64 4D
Octal 314 213 377 24 55 0 0 422 144 115
Binary 11001100 10001011 11111111 10100 101101 0 0 100010010 1100100 1001101

Color Harmonies of #CC8BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BFF

Black with #CC8BFF

Text Example


Text Example

White with #CC8BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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