Html Css Color HEX #CC4BFB Heliotrope

📋 copy color: '#CC4BFB'

red 204 ◦ green 75 ◦ blue 251

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

Shades of Heliotrope #CC4BFB

Tints of Heliotrope #CC4BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.36%

R = 38.49%
G = 14.15%
B = 47.36%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC4BFB (or 0xCC4BFB) is known color: Heliotrope. HEX triplet: CC, 4B and FB. RGB value is (204,75,251). Sum of RGB (Red+Green+Blue) = 204+75+251=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 75 (29.69% from 255 or 14.15% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC4BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4BFB is #33B404. Grayscale: #858585. Windows color (decimal): -3388421 or 16468940. OLE color: 16468940.

HSL color Cylindrical-coordinate representation of color #CC4BFB: hue angle of 283.98º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC4BFB is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 75 251 -
CMYK 0.19 0.70 0 0.02
HSL 283.98º 0.96% 0.64% -
HSV(B) 283.98º 0.7% 0.98% -
XYZ 44.83 24.83 93.7 -
YUV 133.64 194.24 178.19 -
System Red Green Blue C M Y K H S L
Decimal 204 75 251 0.19 0.70 0 0.02 283.98 0.96 0.64
Hex CC 4B FB 13 46 0 2 11C 60 40
Octal 314 113 373 23 106 0 2 434 140 100
Binary 11001100 1001011 11111011 10011 1000110 0 10 100011100 1100000 1000000

Color Harmonies of #CC4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BFB

Black with #CC4BFB

Text Example


Text Example

White with #CC4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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