Html Css Color HEX #CC85F8 Heliotrope

📋 copy color: '#CC85F8'

red 204 ◦ green 133 ◦ blue 248

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

Shades of Heliotrope #CC85F8

Tints of Heliotrope #CC85F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.39%

R = 34.87%
G = 22.74%
B = 42.39%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC85F8 (or 0xCC85F8) is known color: Heliotrope. HEX triplet: CC, 85 and F8. RGB value is (204,133,248). Sum of RGB (Red+Green+Blue) = 204+133+248=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC85F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85F8 is #337A07. Grayscale: #A6A6A6. Windows color (decimal): -3373576 or 16287180. OLE color: 16287180.

HSL color Cylindrical-coordinate representation of color #CC85F8: hue angle of 277.04º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC85F8 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 133 248 -
CMYK 0.18 0.46 0 0.03
HSL 277.04º 0.89% 0.75% -
HSV(B) 277.04º 0.46% 0.97% -
XYZ 50.23 36.39 93.18 -
YUV 167.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 204 133 248 0.18 0.46 0 0.03 277.04 0.89 0.75
Hex CC 85 F8 12 2E 0 3 115 59 4B
Octal 314 205 370 22 56 0 3 425 131 113
Binary 11001100 10000101 11111000 10010 101110 0 11 100010101 1011001 1001011

Color Harmonies of #CC85F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85F8

Black with #CC85F8

Text Example


Text Example

White with #CC85F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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