Html Css Color HEX #C075DD Medium Orchid

📋 copy color: '#C075DD'

red 192 ◦ green 117 ◦ blue 221

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

Shades of Medium Orchid #C075DD

Tints of Medium Orchid #C075DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 36.23%
G = 22.08%
B = 41.7%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C075DD (or 0xC075DD) is known color: Medium Orchid. HEX triplet: C0, 75 and DD. RGB value is (192,117,221). Sum of RGB (Red+Green+Blue) = 192+117+221=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #C075DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075DD is #3F8A22. Grayscale: #969696. Windows color (decimal): -4164131 or 14513600. OLE color: 14513600.

HSL color Cylindrical-coordinate representation of color #C075DD: hue angle of 283.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C075DD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 117 221 -
CMYK 0.13 0.47 0 0.13
HSL 283.27º 0.6% 0.66% -
HSV(B) 283.27º 0.47% 0.87% -
XYZ 41.15 29.15 71.86 -
YUV 151.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 192 117 221 0.13 0.47 0 0.13 283.27 0.6 0.66
Hex C0 75 DD D 2F 0 D 11B 3C 42
Octal 300 165 335 15 57 0 15 433 74 102
Binary 11000000 1110101 11011101 1101 101111 0 1101 100011011 111100 1000010

Color Harmonies of #C075DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075DD

Black with #C075DD

Text Example


Text Example

White with #C075DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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