Html Css Color HEX #CC85FB Heliotrope

📋 copy color: '#CC85FB'

red 204 ◦ green 133 ◦ blue 251

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

Shades of Heliotrope #CC85FB

Tints of Heliotrope #CC85FB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.62%

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

R = 34.69%
G = 22.62%
B = 42.69%

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

#CC85FB (or 0xCC85FB) is known color: Heliotrope. HEX triplet: CC, 85 and FB. RGB value is (204,133,251). Sum of RGB (Red+Green+Blue) = 204+133+251=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85FB is #337A04. Grayscale: #A7A7A7. Windows color (decimal): -3373573 or 16483788. OLE color: 16483788.

HSL color Cylindrical-coordinate representation of color #CC85FB: hue angle of 276.1º 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 #CC85FB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 133 251 -
CMYK 0.19 0.47 0 0.02
HSL 276.1º 0.94% 0.75% -
HSV(B) 276.1º 0.47% 0.98% -
XYZ 50.7 36.58 95.65 -
YUV 167.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 204 133 251 0.19 0.47 0 0.02 276.1 0.94 0.75
Hex CC 85 FB 13 2F 0 2 114 5E 4B
Octal 314 205 373 23 57 0 2 424 136 113
Binary 11001100 10000101 11111011 10011 101111 0 10 100010100 1011110 1001011

Color Harmonies of #CC85FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85FB

Black with #CC85FB

Text Example


Text Example

White with #CC85FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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