Html Css Color HEX #C85DFE Heliotrope

📋 copy color: '#C85DFE'

red 200 ◦ green 93 ◦ blue 254

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

Shades of Heliotrope #C85DFE

Tints of Heliotrope #C85DFE

RGB

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

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

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

R = 36.56%
G = 17%
B = 46.44%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C85DFE (or 0xC85DFE) is known color: Heliotrope. HEX triplet: C8, 5D and FE. RGB value is (200,93,254). Sum of RGB (Red+Green+Blue) = 200+93+254=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #C85DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85DFE is #37A201. Grayscale: #8E8E8E. Windows color (decimal): -3645954 or 16670152. OLE color: 16670152.

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

Color convert

RGB 200 93 254 -
CMYK 0.21 0.63 0 0.00
HSL 279.88º 0.99% 0.68% -
HSV(B) 279.88º 0.63% 1% -
XYZ 45.62 27.26 96.62 -
YUV 143.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 200 93 254 0.21 0.63 0 0.00 279.88 0.99 0.68
Hex C8 5D FE 15 3F 0 0 118 63 44
Octal 310 135 376 25 77 0 0 430 143 104
Binary 11001000 1011101 11111110 10101 111111 0 0 100011000 1100011 1000100

Color Harmonies of #C85DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DFE

Black with #C85DFE

Text Example


Text Example

White with #C85DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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