Html Css Color HEX #C85DFA Heliotrope

📋 copy color: '#C85DFA'

red 200 ◦ green 93 ◦ blue 250

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

Shades of Heliotrope #C85DFA

Tints of Heliotrope #C85DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 36.83%
G = 17.13%
B = 46.04%

CMYK

 C value IS 0.2

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C85DFA (or 0xC85DFA) is known color: Heliotrope. HEX triplet: C8, 5D and FA. RGB value is (200,93,250). Sum of RGB (Red+Green+Blue) = 200+93+250=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #C85DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85DFA is #37A205. Grayscale: #8E8E8E. Windows color (decimal): -3645958 or 16408008. OLE color: 16408008.

HSL color Cylindrical-coordinate representation of color #C85DFA: hue angle of 280.89º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85DFA is Cyan = 0.2, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 93 250 -
CMYK 0.2 0.63 0 0.02
HSL 280.89º 0.94% 0.67% -
HSV(B) 280.89º 0.63% 0.98% -
XYZ 44.99 27.01 93.28 -
YUV 142.89 188.45 168.73 -
System Red Green Blue C M Y K H S L
Decimal 200 93 250 0.2 0.63 0 0.02 280.89 0.94 0.67
Hex C8 5D FA 14 3F 0 2 119 5E 43
Octal 310 135 372 24 77 0 2 431 136 103
Binary 11001000 1011101 11111010 10100 111111 0 10 100011001 1011110 1000011

Color Harmonies of #C85DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DFA

Black with #C85DFA

Text Example


Text Example

White with #C85DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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