Html Css Color HEX #C85CFE Heliotrope

📋 copy color: '#C85CFE'

red 200 ◦ green 92 ◦ blue 254

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

Shades of Heliotrope #C85CFE

Tints of Heliotrope #C85CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.85%

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 36.63%
G = 16.85%
B = 46.52%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C85CFE (or 0xC85CFE) is known color: Heliotrope. HEX triplet: C8, 5C and FE. RGB value is (200,92,254). Sum of RGB (Red+Green+Blue) = 200+92+254=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #C85CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CFE is #37A301. Grayscale: #8E8E8E. Windows color (decimal): -3646210 or 16669896. OLE color: 16669896.

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

Color convert

RGB 200 92 254 -
CMYK 0.21 0.64 0 0.00
HSL 280º 0.99% 0.68% -
HSV(B) 280º 0.64% 1% -
XYZ 45.54 27.09 96.59 -
YUV 142.76 190.78 168.83 -
System Red Green Blue C M Y K H S L
Decimal 200 92 254 0.21 0.64 0 0.00 280 0.99 0.68
Hex C8 5C FE 15 40 0 0 118 63 44
Octal 310 134 376 25 100 0 0 430 143 104
Binary 11001000 1011100 11111110 10101 1000000 0 0 100011000 1100011 1000100

Color Harmonies of #C85CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CFE

Black with #C85CFE

Text Example


Text Example

White with #C85CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CFE; }

 p { color: rgb(200,92,254); }

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

background-color css

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

 a { background-color: rgb(200,92,254); }

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

border-color css

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

 span { border-color: rgb(200,92,254); }

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