Html Css Color HEX #CC84FB Heliotrope

📋 copy color: '#CC84FB'

red 204 ◦ green 132 ◦ blue 251

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

Shades of Heliotrope #CC84FB

Tints of Heliotrope #CC84FB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.49%

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

R = 34.75%
G = 22.49%
B = 42.76%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC84FB (or 0xCC84FB) is known color: Heliotrope. HEX triplet: CC, 84 and FB. RGB value is (204,132,251). Sum of RGB (Red+Green+Blue) = 204+132+251=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC84FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84FB is #337B04. Grayscale: #A6A6A6. Windows color (decimal): -3373829 or 16483532. OLE color: 16483532.

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

Color convert

RGB 204 132 251 -
CMYK 0.19 0.47 0 0.02
HSL 276.3º 0.94% 0.75% -
HSV(B) 276.3º 0.47% 0.98% -
XYZ 50.57 36.3 95.61 -
YUV 167.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 204 132 251 0.19 0.47 0 0.02 276.3 0.94 0.75
Hex CC 84 FB 13 2F 0 2 114 5E 4B
Octal 314 204 373 23 57 0 2 424 136 113
Binary 11001100 10000100 11111011 10011 101111 0 10 100010100 1011110 1001011

Color Harmonies of #CC84FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84FB

Black with #CC84FB

Text Example


Text Example

White with #CC84FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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