Html Css Color HEX #C85FFA Heliotrope

📋 copy color: '#C85FFA'

red 200 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #C85FFA

Tints of Heliotrope #C85FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.43%

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

R = 36.7%
G = 17.43%
B = 45.87%

CMYK

 C value IS 0.2

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C85FFA (or 0xC85FFA) is known color: Heliotrope. HEX triplet: C8, 5F and FA. RGB value is (200,95,250). Sum of RGB (Red+Green+Blue) = 200+95+250=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #C85FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85FFA is #37A005. Grayscale: #8F8F8F. Windows color (decimal): -3645446 or 16408520. OLE color: 16408520.

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

Color convert

RGB 200 95 250 -
CMYK 0.2 0.62 0 0.02
HSL 280.65º 0.94% 0.68% -
HSV(B) 280.65º 0.62% 0.98% -
XYZ 45.17 27.37 93.34 -
YUV 144.07 187.79 167.9 -
System Red Green Blue C M Y K H S L
Decimal 200 95 250 0.2 0.62 0 0.02 280.65 0.94 0.68
Hex C8 5F FA 14 3E 0 2 119 5E 44
Octal 310 137 372 24 76 0 2 431 136 104
Binary 11001000 1011111 11111010 10100 111110 0 10 100011001 1011110 1000100

Color Harmonies of #C85FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FFA

Black with #C85FFA

Text Example


Text Example

White with #C85FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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