Html Css Color HEX #CC5FF1 Heliotrope

📋 copy color: '#CC5FF1'

red 204 ◦ green 95 ◦ blue 241

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

Shades of Heliotrope #CC5FF1

Tints of Heliotrope #CC5FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.63%

R = 37.78%
G = 17.59%
B = 44.63%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC5FF1 (or 0xCC5FF1) is known color: Heliotrope. HEX triplet: CC, 5F and F1. RGB value is (204,95,241). Sum of RGB (Red+Green+Blue) = 204+95+241=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC5FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5FF1 is #33A00E. Grayscale: #8F8F8F. Windows color (decimal): -3383311 or 15818700. OLE color: 15818700.

HSL color Cylindrical-coordinate representation of color #CC5FF1: hue angle of 284.79º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5FF1 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 95 241 -
CMYK 0.15 0.61 0 0.05
HSL 284.79º 0.84% 0.66% -
HSV(B) 284.79º 0.61% 0.95% -
XYZ 44.87 27.37 86.14 -
YUV 144.24 182.61 170.63 -
System Red Green Blue C M Y K H S L
Decimal 204 95 241 0.15 0.61 0 0.05 284.79 0.84 0.66
Hex CC 5F F1 F 3D 0 5 11D 54 42
Octal 314 137 361 17 75 0 5 435 124 102
Binary 11001100 1011111 11110001 1111 111101 0 101 100011101 1010100 1000010

Color Harmonies of #CC5FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FF1

Black with #CC5FF1

Text Example


Text Example

White with #CC5FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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