Html Css Color HEX #C071DE Medium Orchid

📋 copy color: '#C071DE'

red 192 ◦ green 113 ◦ blue 222

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

Shades of Medium Orchid #C071DE

Tints of Medium Orchid #C071DE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.44%

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 36.43%
G = 21.44%
B = 42.13%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C071DE (or 0xC071DE) is known color: Medium Orchid. HEX triplet: C0, 71 and DE. RGB value is (192,113,222). Sum of RGB (Red+Green+Blue) = 192+113+222=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #C071DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071DE is #3F8E21. Grayscale: #949494. Windows color (decimal): -4165154 or 14578112. OLE color: 14578112.

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

Color convert

RGB 192 113 222 -
CMYK 0.14 0.49 0 0.13
HSL 283.49º 0.62% 0.66% -
HSV(B) 283.49º 0.49% 0.87% -
XYZ 40.83 28.29 72.42 -
YUV 149.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 192 113 222 0.14 0.49 0 0.13 283.49 0.62 0.66
Hex C0 71 DE E 31 0 D 11B 3E 42
Octal 300 161 336 16 61 0 15 433 76 102
Binary 11000000 1110001 11011110 1110 110001 0 1101 100011011 111110 1000010

Color Harmonies of #C071DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071DE

Black with #C071DE

Text Example


Text Example

White with #C071DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071DE; }

 p { color: rgb(192,113,222); }

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

background-color css

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

 a { background-color: rgb(192,113,222); }

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

border-color css

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

 span { border-color: rgb(192,113,222); }

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