Html Css Color HEX #C85BFA Heliotrope

📋 copy color: '#C85BFA'

red 200 ◦ green 91 ◦ blue 250

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

Shades of Heliotrope #C85BFA

Tints of Heliotrope #C85BFA

RGB

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

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

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

R = 36.97%
G = 16.82%
B = 46.21%

CMYK

 C value IS 0.2

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C85BFA (or 0xC85BFA) is known color: Heliotrope. HEX triplet: C8, 5B and FA. RGB value is (200,91,250). Sum of RGB (Red+Green+Blue) = 200+91+250=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 91 (35.94% from 255 or 16.82% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #C85BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85BFA is #37A405. Grayscale: #8D8D8D. Windows color (decimal): -3646470 or 16407496. OLE color: 16407496.

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

Color convert

RGB 200 91 250 -
CMYK 0.2 0.64 0 0.02
HSL 281.13º 0.94% 0.67% -
HSV(B) 281.13º 0.64% 0.98% -
XYZ 44.82 26.66 93.23 -
YUV 141.72 189.11 169.57 -
System Red Green Blue C M Y K H S L
Decimal 200 91 250 0.2 0.64 0 0.02 281.13 0.94 0.67
Hex C8 5B FA 14 40 0 2 119 5E 43
Octal 310 133 372 24 100 0 2 431 136 103
Binary 11001000 1011011 11111010 10100 1000000 0 10 100011001 1011110 1000011

Color Harmonies of #C85BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BFA

Black with #C85BFA

Text Example


Text Example

White with #C85BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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