Html Css Color HEX #C855FA Heliotrope

📋 copy color: '#C855FA'

red 200 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #C855FA

Tints of Heliotrope #C855FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 37.38%
G = 15.89%
B = 46.73%

CMYK

 C value IS 0.2

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C855FA (or 0xC855FA) is known color: Heliotrope. HEX triplet: C8, 55 and FA. RGB value is (200,85,250). Sum of RGB (Red+Green+Blue) = 200+85+250=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #C855FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C855FA is #37AA05. Grayscale: #898989. Windows color (decimal): -3648006 or 16405960. OLE color: 16405960.

HSL color Cylindrical-coordinate representation of color #C855FA: hue angle of 281.82º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C855FA is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 85 250 -
CMYK 0.2 0.66 0 0.02
HSL 281.82º 0.94% 0.66% -
HSV(B) 281.82º 0.66% 0.98% -
XYZ 44.32 25.68 93.06 -
YUV 138.2 191.1 172.08 -
System Red Green Blue C M Y K H S L
Decimal 200 85 250 0.2 0.66 0 0.02 281.82 0.94 0.66
Hex C8 55 FA 14 42 0 2 11A 5E 42
Octal 310 125 372 24 102 0 2 432 136 102
Binary 11001000 1010101 11111010 10100 1000010 0 10 100011010 1011110 1000010

Color Harmonies of #C855FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855FA

Black with #C855FA

Text Example


Text Example

White with #C855FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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