Html Css Color HEX #C85EFD Heliotrope

📋 copy color: '#C85EFD'

red 200 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #C85EFD

Tints of Heliotrope #C85EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.18%

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 36.56%
G = 17.18%
B = 46.25%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C85EFD (or 0xC85EFD) is known color: Heliotrope. HEX triplet: C8, 5E and FD. RGB value is (200,94,253). Sum of RGB (Red+Green+Blue) = 200+94+253=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #C85EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85EFD is #37A102. Grayscale: #8F8F8F. Windows color (decimal): -3645699 or 16604872. OLE color: 16604872.

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

Color convert

RGB 200 94 253 -
CMYK 0.21 0.63 0 0.01
HSL 280º 0.98% 0.68% -
HSV(B) 280º 0.63% 0.99% -
XYZ 45.55 27.38 95.81 -
YUV 143.82 189.62 168.07 -
System Red Green Blue C M Y K H S L
Decimal 200 94 253 0.21 0.63 0 0.01 280 0.98 0.68
Hex C8 5E FD 15 3F 0 1 118 62 44
Octal 310 136 375 25 77 0 1 430 142 104
Binary 11001000 1011110 11111101 10101 111111 0 1 100011000 1100010 1000100

Color Harmonies of #C85EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EFD

Black with #C85EFD

Text Example


Text Example

White with #C85EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EFD; }

 p { color: rgb(200,94,253); }

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

background-color css

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

 a { background-color: rgb(200,94,253); }

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

border-color css

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

 span { border-color: rgb(200,94,253); }

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