Html Css Color HEX #CC4BFF Heliotrope

📋 copy color: '#CC4BFF'

red 204 ◦ green 75 ◦ blue 255

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

Shades of Heliotrope #CC4BFF

Tints of Heliotrope #CC4BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.04%

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

R = 38.2%
G = 14.04%
B = 47.75%

CMYK

 C value IS 0.2

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC4BFF (or 0xCC4BFF) is known color: Heliotrope. HEX triplet: CC, 4B and FF. RGB value is (204,75,255). Sum of RGB (Red+Green+Blue) = 204+75+255=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 75 (29.69% from 255 or 14.04% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC4BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4BFF is #33B400. Grayscale: #858585. Windows color (decimal): -3388417 or 16731084. OLE color: 16731084.

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

Color convert

RGB 204 75 255 -
CMYK 0.2 0.71 0 0
HSL 283º 1% 0.65% -
HSV(B) 283º 0.71% 1% -
XYZ 45.47 25.09 97.05 -
YUV 134.09 196.24 177.86 -
System Red Green Blue C M Y K H S L
Decimal 204 75 255 0.2 0.71 0 0 283 1 0.65
Hex CC 4B FF 14 47 0 0 11B 64 41
Octal 314 113 377 24 107 0 0 433 144 101
Binary 11001100 1001011 11111111 10100 1000111 0 0 100011011 1100100 1000001

Color Harmonies of #CC4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BFF

Black with #CC4BFF

Text Example


Text Example

White with #CC4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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