Html Css Color HEX #C85AFC Heliotrope

📋 copy color: '#C85AFC'

red 200 ◦ green 90 ◦ blue 252

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

Shades of Heliotrope #C85AFC

Tints of Heliotrope #C85AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 36.9%
G = 16.61%
B = 46.49%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C85AFC (or 0xC85AFC) is known color: Heliotrope. HEX triplet: C8, 5A and FC. RGB value is (200,90,252). Sum of RGB (Red+Green+Blue) = 200+90+252=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #C85AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85AFC is #37A503. Grayscale: #8C8C8C. Windows color (decimal): -3646724 or 16538312. OLE color: 16538312.

HSL color Cylindrical-coordinate representation of color #C85AFC: hue angle of 280.74º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C85AFC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 90 252 -
CMYK 0.21 0.64 0 0.01
HSL 280.74º 0.96% 0.67% -
HSV(B) 280.74º 0.64% 0.99% -
XYZ 45.05 26.62 94.86 -
YUV 141.36 190.44 169.83 -
System Red Green Blue C M Y K H S L
Decimal 200 90 252 0.21 0.64 0 0.01 280.74 0.96 0.67
Hex C8 5A FC 15 40 0 1 119 60 43
Octal 310 132 374 25 100 0 1 431 140 103
Binary 11001000 1011010 11111100 10101 1000000 0 1 100011001 1100000 1000011

Color Harmonies of #C85AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AFC

Black with #C85AFC

Text Example


Text Example

White with #C85AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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