Html Css Color HEX #C85AFF Heliotrope

📋 copy color: '#C85AFF'

red 200 ◦ green 90 ◦ blue 255

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

Shades of Heliotrope #C85AFF

Tints of Heliotrope #C85AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.51%

 BLUE value IS 255 (100% from 255) = 46.79%

R = 36.7%
G = 16.51%
B = 46.79%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C85AFF (or 0xC85AFF) is known color: Heliotrope. HEX triplet: C8, 5A and FF. RGB value is (200,90,255). Sum of RGB (Red+Green+Blue) = 200+90+255=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #C85AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85AFF is #37A500. Grayscale: #8D8D8D. Windows color (decimal): -3646721 or 16734920. OLE color: 16734920.

HSL color Cylindrical-coordinate representation of color #C85AFF: hue angle of 280º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C85AFF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 90 255 -
CMYK 0.22 0.65 0 0
HSL 280º 1% 0.68% -
HSV(B) 280º 0.65% 1% -
XYZ 45.53 26.81 97.38 -
YUV 141.7 191.94 169.58 -
System Red Green Blue C M Y K H S L
Decimal 200 90 255 0.22 0.65 0 0 280 1 0.68
Hex C8 5A FF 16 41 0 0 118 64 44
Octal 310 132 377 26 101 0 0 430 144 104
Binary 11001000 1011010 11111111 10110 1000001 0 0 100011000 1100100 1000100

Color Harmonies of #C85AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AFF

Black with #C85AFF

Text Example


Text Example

White with #C85AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AFF; }

 p { color: rgb(200,90,255); }

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

background-color css

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

 a { background-color: rgb(200,90,255); }

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

border-color css

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

 span { border-color: rgb(200,90,255); }

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