Html Css Color HEX #C868DB Medium Orchid

📋 copy color: '#C868DB'

red 200 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #C868DB

Tints of Medium Orchid #C868DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.89%

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 38.24%
G = 19.89%
B = 41.87%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C868DB (or 0xC868DB) is known color: Medium Orchid. HEX triplet: C8, 68 and DB. RGB value is (200,104,219). Sum of RGB (Red+Green+Blue) = 200+104+219=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #C868DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868DB is #379724. Grayscale: #919191. Windows color (decimal): -3643173 or 14379208. OLE color: 14379208.

HSL color Cylindrical-coordinate representation of color #C868DB: hue angle of 290.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C868DB is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 104 219 -
CMYK 0.09 0.53 0 0.14
HSL 290.09º 0.61% 0.63% -
HSV(B) 290.09º 0.53% 0.86% -
XYZ 41.56 27.29 70.1 -
YUV 145.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 200 104 219 0.09 0.53 0 0.14 290.09 0.61 0.63
Hex C8 68 DB 9 35 0 E 122 3D 3F
Octal 310 150 333 11 65 0 16 442 75 77
Binary 11001000 1101000 11011011 1001 110101 0 1110 100100010 111101 111111

Color Harmonies of #C868DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868DB

Black with #C868DB

Text Example


Text Example

White with #C868DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868DB; }

 p { color: rgb(200,104,219); }

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

background-color css

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

 a { background-color: rgb(200,104,219); }

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

border-color css

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

 span { border-color: rgb(200,104,219); }

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