Html Css Color HEX #C067DB Medium Orchid

📋 copy color: '#C067DB'

red 192 ◦ green 103 ◦ blue 219

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

Shades of Medium Orchid #C067DB

Tints of Medium Orchid #C067DB

RGB

 RED value IS 192 (75.39% from 255) = 37.35%

 GREEN value IS 103 (40.63% from 255) = 20.04%

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

R = 37.35%
G = 20.04%
B = 42.61%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C067DB (or 0xC067DB) is known color: Medium Orchid. HEX triplet: C0, 67 and DB. RGB value is (192,103,219). Sum of RGB (Red+Green+Blue) = 192+103+219=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #C067DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067DB is #3F9824. Grayscale: #8E8E8E. Windows color (decimal): -4167717 or 14378944. OLE color: 14378944.

HSL color Cylindrical-coordinate representation of color #C067DB: hue angle of 286.03º degrees, saturation: 0.62, 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 #C067DB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 103 219 -
CMYK 0.12 0.53 0 0.14
HSL 286.03º 0.62% 0.63% -
HSV(B) 286.03º 0.53% 0.86% -
XYZ 39.37 26.02 69.97 -
YUV 142.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 192 103 219 0.12 0.53 0 0.14 286.03 0.62 0.63
Hex C0 67 DB C 35 0 E 11E 3E 3F
Octal 300 147 333 14 65 0 16 436 76 77
Binary 11000000 1100111 11011011 1100 110101 0 1110 100011110 111110 111111

Color Harmonies of #C067DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067DB

Black with #C067DB

Text Example


Text Example

White with #C067DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067DB; }

 p { color: rgb(192,103,219); }

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

background-color css

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

 a { background-color: rgb(192,103,219); }

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

border-color css

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

 span { border-color: rgb(192,103,219); }

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