Html Css Color HEX #C85DF4 Heliotrope

📋 copy color: '#C85DF4'

red 200 ◦ green 93 ◦ blue 244

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

Shades of Heliotrope #C85DF4

Tints of Heliotrope #C85DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.44%

R = 37.24%
G = 17.32%
B = 45.44%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C85DF4 (or 0xC85DF4) is known color: Heliotrope. HEX triplet: C8, 5D and F4. RGB value is (200,93,244). Sum of RGB (Red+Green+Blue) = 200+93+244=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 244 (95.70% from 255 or 45.44% from 537); Max value from RGB is 244 - color contains mainly: blue. Hex color #C85DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85DF4 is #37A20B. Grayscale: #8D8D8D. Windows color (decimal): -3645964 or 16014792. OLE color: 16014792.

HSL color Cylindrical-coordinate representation of color #C85DF4: hue angle of 282.52º degrees, saturation: 0.87, 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 #C85DF4 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 93 244 -
CMYK 0.18 0.62 0 0.04
HSL 282.52º 0.87% 0.66% -
HSV(B) 282.52º 0.62% 0.96% -
XYZ 44.06 26.64 88.41 -
YUV 142.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 200 93 244 0.18 0.62 0 0.04 282.52 0.87 0.66
Hex C8 5D F4 12 3E 0 4 11B 57 42
Octal 310 135 364 22 76 0 4 433 127 102
Binary 11001000 1011101 11110100 10010 111110 0 100 100011011 1010111 1000010

Color Harmonies of #C85DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DF4

Black with #C85DF4

Text Example


Text Example

White with #C85DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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