Html Css Color HEX #C075DB Medium Orchid

📋 copy color: '#C075DB'

red 192 ◦ green 117 ◦ blue 219

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

Shades of Medium Orchid #C075DB

Tints of Medium Orchid #C075DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.16%

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

R = 36.36%
G = 22.16%
B = 41.48%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C075DB (or 0xC075DB) is known color: Medium Orchid. HEX triplet: C0, 75 and DB. RGB value is (192,117,219). Sum of RGB (Red+Green+Blue) = 192+117+219=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #C075DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075DB is #3F8A24. Grayscale: #969696. Windows color (decimal): -4164133 or 14382528. OLE color: 14382528.

HSL color Cylindrical-coordinate representation of color #C075DB: hue angle of 284.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C075DB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 117 219 -
CMYK 0.12 0.47 0 0.14
HSL 284.12º 0.59% 0.66% -
HSV(B) 284.12º 0.47% 0.86% -
XYZ 40.89 29.04 70.47 -
YUV 151.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 192 117 219 0.12 0.47 0 0.14 284.12 0.59 0.66
Hex C0 75 DB C 2F 0 E 11C 3B 42
Octal 300 165 333 14 57 0 16 434 73 102
Binary 11000000 1110101 11011011 1100 101111 0 1110 100011100 111011 1000010

Color Harmonies of #C075DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075DB

Black with #C075DB

Text Example


Text Example

White with #C075DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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