Html Css Color HEX #C855F2 Medium Orchid

📋 copy color: '#C855F2'

red 200 ◦ green 85 ◦ blue 242

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

Shades of Medium Orchid #C855F2

Tints of Medium Orchid #C855F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.92%

R = 37.95%
G = 16.13%
B = 45.92%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C855F2 (or 0xC855F2) is known color: Medium Orchid. HEX triplet: C8, 55 and F2. RGB value is (200,85,242). Sum of RGB (Red+Green+Blue) = 200+85+242=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #C855F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C855F2 is #37AA0D. Grayscale: #888888. Windows color (decimal): -3648014 or 15881672. OLE color: 15881672.

HSL color Cylindrical-coordinate representation of color #C855F2: hue angle of 283.95º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C855F2 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 85 242 -
CMYK 0.17 0.65 0 0.05
HSL 283.95º 0.86% 0.64% -
HSV(B) 283.95º 0.65% 0.95% -
XYZ 43.09 25.19 86.59 -
YUV 137.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 200 85 242 0.17 0.65 0 0.05 283.95 0.86 0.64
Hex C8 55 F2 11 41 0 5 11C 56 40
Octal 310 125 362 21 101 0 5 434 126 100
Binary 11001000 1010101 11110010 10001 1000001 0 101 100011100 1010110 1000000

Color Harmonies of #C855F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855F2

Black with #C855F2

Text Example


Text Example

White with #C855F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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