Html Css Color HEX #C85CFB Heliotrope

📋 copy color: '#C85CFB'

red 200 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #C85CFB

Tints of Heliotrope #C85CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.22%

R = 36.83%
G = 16.94%
B = 46.22%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C85CFB (or 0xC85CFB) is known color: Heliotrope. HEX triplet: C8, 5C and FB. RGB value is (200,92,251). Sum of RGB (Red+Green+Blue) = 200+92+251=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #C85CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CFB is #37A304. Grayscale: #8D8D8D. Windows color (decimal): -3646213 or 16473288. OLE color: 16473288.

HSL color Cylindrical-coordinate representation of color #C85CFB: hue angle of 280.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85CFB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 92 251 -
CMYK 0.20 0.63 0 0.02
HSL 280.75º 0.95% 0.67% -
HSV(B) 280.75º 0.63% 0.98% -
XYZ 45.06 26.9 94.08 -
YUV 142.42 189.28 169.07 -
System Red Green Blue C M Y K H S L
Decimal 200 92 251 0.20 0.63 0 0.02 280.75 0.95 0.67
Hex C8 5C FB 14 3F 0 2 119 5F 43
Octal 310 134 373 24 77 0 2 431 137 103
Binary 11001000 1011100 11111011 10100 111111 0 10 100011001 1011111 1000011

Color Harmonies of #C85CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CFB

Black with #C85CFB

Text Example


Text Example

White with #C85CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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