Html Css Color HEX #C85EFC Heliotrope

📋 copy color: '#C85EFC'

red 200 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #C85EFC

Tints of Heliotrope #C85EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 36.63%
G = 17.22%
B = 46.15%

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

#C85EFC (or 0xC85EFC) is known color: Heliotrope. HEX triplet: C8, 5E and FC. RGB value is (200,94,252). Sum of RGB (Red+Green+Blue) = 200+94+252=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #C85EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85EFC is #37A103. Grayscale: #8F8F8F. Windows color (decimal): -3645700 or 16539336. OLE color: 16539336.

HSL color Cylindrical-coordinate representation of color #C85EFC: hue angle of 280.25º degrees, saturation: 0.96, 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 #C85EFC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 94 252 -
CMYK 0.21 0.63 0 0.01
HSL 280.25º 0.96% 0.68% -
HSV(B) 280.25º 0.63% 0.99% -
XYZ 45.39 27.31 94.97 -
YUV 143.71 189.12 168.15 -
System Red Green Blue C M Y K H S L
Decimal 200 94 252 0.21 0.63 0 0.01 280.25 0.96 0.68
Hex C8 5E FC 15 3F 0 1 118 60 44
Octal 310 136 374 25 77 0 1 430 140 104
Binary 11001000 1011110 11111100 10101 111111 0 1 100011000 1100000 1000100

Color Harmonies of #C85EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EFC

Black with #C85EFC

Text Example


Text Example

White with #C85EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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