Html Css Color HEX #C855FF Heliotrope

📋 copy color: '#C855FF'

red 200 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #C855FF

Tints of Heliotrope #C855FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.74%

 BLUE value IS 255 (100% from 255) = 47.22%

R = 37.04%
G = 15.74%
B = 47.22%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C855FF (or 0xC855FF) is known color: Heliotrope. HEX triplet: C8, 55 and FF. RGB value is (200,85,255). Sum of RGB (Red+Green+Blue) = 200+85+255=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #C855FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C855FF is #37AA00. Grayscale: #8A8A8A. Windows color (decimal): -3648001 or 16733640. OLE color: 16733640.

HSL color Cylindrical-coordinate representation of color #C855FF: hue angle of 280.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C855FF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 85 255 -
CMYK 0.22 0.67 0 0
HSL 280.59º 1% 0.67% -
HSV(B) 280.59º 0.67% 1% -
XYZ 45.12 26 97.25 -
YUV 138.77 193.6 171.68 -
System Red Green Blue C M Y K H S L
Decimal 200 85 255 0.22 0.67 0 0 280.59 1 0.67
Hex C8 55 FF 16 43 0 0 119 64 43
Octal 310 125 377 26 103 0 0 431 144 103
Binary 11001000 1010101 11111111 10110 1000011 0 0 100011001 1100100 1000011

Color Harmonies of #C855FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855FF

Black with #C855FF

Text Example


Text Example

White with #C855FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855FF; }

 p { color: rgb(200,85,255); }

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

background-color css

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

 a { background-color: rgb(200,85,255); }

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

border-color css

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

 span { border-color: rgb(200,85,255); }

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