Html Css Color HEX #C85DF6 Heliotrope

📋 copy color: '#C85DF6'

red 200 ◦ green 93 ◦ blue 246

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

Shades of Heliotrope #C85DF6

Tints of Heliotrope #C85DF6

RGB

 RED value IS 200 (78.52% from 255) = 37.11%

 GREEN value IS 93 (36.72% from 255) = 17.25%

 BLUE value IS 246 (96.48% from 255) = 45.64%

R = 37.11%
G = 17.25%
B = 45.64%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C85DF6 (or 0xC85DF6) is known color: Heliotrope. HEX triplet: C8, 5D and F6. RGB value is (200,93,246). Sum of RGB (Red+Green+Blue) = 200+93+246=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #C85DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85DF6 is #37A209. Grayscale: #8D8D8D. Windows color (decimal): -3645962 or 16145864. OLE color: 16145864.

HSL color Cylindrical-coordinate representation of color #C85DF6: hue angle of 281.96º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C85DF6 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 93 246 -
CMYK 0.19 0.62 0 0.04
HSL 281.96º 0.89% 0.66% -
HSV(B) 281.96º 0.62% 0.96% -
XYZ 44.37 26.76 90.02 -
YUV 142.44 186.45 169.06 -
System Red Green Blue C M Y K H S L
Decimal 200 93 246 0.19 0.62 0 0.04 281.96 0.89 0.66
Hex C8 5D F6 13 3E 0 4 11A 59 42
Octal 310 135 366 23 76 0 4 432 131 102
Binary 11001000 1011101 11110110 10011 111110 0 100 100011010 1011001 1000010

Color Harmonies of #C85DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DF6

Black with #C85DF6

Text Example


Text Example

White with #C85DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DF6; }

 p { color: rgb(200,93,246); }

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

background-color css

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

 a { background-color: rgb(200,93,246); }

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

border-color css

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

 span { border-color: rgb(200,93,246); }

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