Html Css Color HEX #C85BF4 Heliotrope

📋 copy color: '#C85BF4'

red 200 ◦ green 91 ◦ blue 244

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

Shades of Heliotrope #C85BF4

Tints of Heliotrope #C85BF4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.01%

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

R = 37.38%
G = 17.01%
B = 45.61%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C85BF4 (or 0xC85BF4) is known color: Heliotrope. HEX triplet: C8, 5B and F4. RGB value is (200,91,244). Sum of RGB (Red+Green+Blue) = 200+91+244=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #C85BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85BF4 is #37A40B. Grayscale: #8C8C8C. Windows color (decimal): -3646476 or 16014280. OLE color: 16014280.

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

Color convert

RGB 200 91 244 -
CMYK 0.18 0.63 0 0.04
HSL 282.75º 0.87% 0.66% -
HSV(B) 282.75º 0.63% 0.96% -
XYZ 43.89 26.29 88.35 -
YUV 141.03 186.11 170.06 -
System Red Green Blue C M Y K H S L
Decimal 200 91 244 0.18 0.63 0 0.04 282.75 0.87 0.66
Hex C8 5B F4 12 3F 0 4 11B 57 42
Octal 310 133 364 22 77 0 4 433 127 102
Binary 11001000 1011011 11110100 10010 111111 0 100 100011011 1010111 1000010

Color Harmonies of #C85BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BF4

Black with #C85BF4

Text Example


Text Example

White with #C85BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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