Html Css Color HEX #CC5FFA Heliotrope

📋 copy color: '#CC5FFA'

red 204 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #CC5FFA

Tints of Heliotrope #CC5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.3%

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 37.16%
G = 17.3%
B = 45.54%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC5FFA (or 0xCC5FFA) is known color: Heliotrope. HEX triplet: CC, 5F and FA. RGB value is (204,95,250). Sum of RGB (Red+Green+Blue) = 204+95+250=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC5FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5FFA is #33A005. Grayscale: #909090. Windows color (decimal): -3383302 or 16408524. OLE color: 16408524.

HSL color Cylindrical-coordinate representation of color #CC5FFA: hue angle of 282.19º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC5FFA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 95 250 -
CMYK 0.18 0.62 0 0.02
HSL 282.19º 0.94% 0.68% -
HSV(B) 282.19º 0.62% 0.98% -
XYZ 46.25 27.92 93.39 -
YUV 145.26 187.11 169.9 -
System Red Green Blue C M Y K H S L
Decimal 204 95 250 0.18 0.62 0 0.02 282.19 0.94 0.68
Hex CC 5F FA 12 3E 0 2 11A 5E 44
Octal 314 137 372 22 76 0 2 432 136 104
Binary 11001100 1011111 11111010 10010 111110 0 10 100011010 1011110 1000100

Color Harmonies of #CC5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FFA

Black with #CC5FFA

Text Example


Text Example

White with #CC5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FFA; }

 p { color: rgb(204,95,250); }

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

background-color css

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

 a { background-color: rgb(204,95,250); }

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

border-color css

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

 span { border-color: rgb(204,95,250); }

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