Html Css Color HEX #C767DC Medium Orchid

📋 copy color: '#C767DC'

red 199 ◦ green 103 ◦ blue 220

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

Shades of Medium Orchid #C767DC

Tints of Medium Orchid #C767DC

RGB

 RED value IS 199 (78.13% from 255) = 38.12%

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

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 38.12%
G = 19.73%
B = 42.15%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C767DC (or 0xC767DC) is known color: Medium Orchid. HEX triplet: C7, 67 and DC. RGB value is (199,103,220). Sum of RGB (Red+Green+Blue) = 199+103+220=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #C767DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767DC is #389823. Grayscale: #909090. Windows color (decimal): -3708964 or 14444487. OLE color: 14444487.

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

Color convert

RGB 199 103 220 -
CMYK 0.10 0.53 0 0.14
HSL 289.23º 0.63% 0.63% -
HSV(B) 289.23º 0.53% 0.86% -
XYZ 41.32 27.01 70.75 -
YUV 145.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 199 103 220 0.10 0.53 0 0.14 289.23 0.63 0.63
Hex C7 67 DC A 35 0 E 121 3F 3F
Octal 307 147 334 12 65 0 16 441 77 77
Binary 11000111 1100111 11011100 1010 110101 0 1110 100100001 111111 111111

Color Harmonies of #C767DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C767DC

Black with #C767DC

Text Example


Text Example

White with #C767DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C767DC; }

 p { color: rgb(199,103,220); }

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

background-color css

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

 a { background-color: rgb(199,103,220); }

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

border-color css

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

 span { border-color: rgb(199,103,220); }

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