Html Css Color HEX #CC85F9 Heliotrope

📋 copy color: '#CC85F9'

red 204 ◦ green 133 ◦ blue 249

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

Shades of Heliotrope #CC85F9

Tints of Heliotrope #CC85F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.49%

R = 34.81%
G = 22.7%
B = 42.49%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC85F9 (or 0xCC85F9) is known color: Heliotrope. HEX triplet: CC, 85 and F9. RGB value is (204,133,249). Sum of RGB (Red+Green+Blue) = 204+133+249=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85F9 is #337A06. Grayscale: #A7A7A7. Windows color (decimal): -3373575 or 16352716. OLE color: 16352716.

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

Color convert

RGB 204 133 249 -
CMYK 0.18 0.47 0 0.02
HSL 276.72º 0.91% 0.75% -
HSV(B) 276.72º 0.47% 0.98% -
XYZ 50.39 36.45 94 -
YUV 167.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 204 133 249 0.18 0.47 0 0.02 276.72 0.91 0.75
Hex CC 85 F9 12 2F 0 2 115 5B 4B
Octal 314 205 371 22 57 0 2 425 133 113
Binary 11001100 10000101 11111001 10010 101111 0 10 100010101 1011011 1001011

Color Harmonies of #CC85F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85F9

Black with #CC85F9

Text Example


Text Example

White with #CC85F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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