Html Css Color HEX #CC8CFD Heliotrope

📋 copy color: '#CC8CFD'

red 204 ◦ green 140 ◦ blue 253

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

Shades of Heliotrope #CC8CFD

Tints of Heliotrope #CC8CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.38%

R = 34.17%
G = 23.45%
B = 42.38%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC8CFD (or 0xCC8CFD) is known color: Heliotrope. HEX triplet: CC, 8C and FD. RGB value is (204,140,253). Sum of RGB (Red+Green+Blue) = 204+140+253=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC8CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CFD is #337302. Grayscale: #ABABAB. Windows color (decimal): -3371779 or 16616652. OLE color: 16616652.

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

Color convert

RGB 204 140 253 -
CMYK 0.19 0.45 0 0.01
HSL 273.98º 0.97% 0.77% -
HSV(B) 273.98º 0.45% 0.99% -
XYZ 52.01 38.69 97.65 -
YUV 172.02 173.7 150.81 -
System Red Green Blue C M Y K H S L
Decimal 204 140 253 0.19 0.45 0 0.01 273.98 0.97 0.77
Hex CC 8C FD 13 2D 0 1 112 61 4D
Octal 314 214 375 23 55 0 1 422 141 115
Binary 11001100 10001100 11111101 10011 101101 0 1 100010010 1100001 1001101

Color Harmonies of #CC8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CFD

Black with #CC8CFD

Text Example


Text Example

White with #CC8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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