Html Css Color HEX #C069DF Medium Orchid

📋 copy color: '#C069DF'

red 192 ◦ green 105 ◦ blue 223

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

Shades of Medium Orchid #C069DF

Tints of Medium Orchid #C069DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.19%

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 36.92%
G = 20.19%
B = 42.88%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C069DF (or 0xC069DF) is known color: Medium Orchid. HEX triplet: C0, 69 and DF. RGB value is (192,105,223). Sum of RGB (Red+Green+Blue) = 192+105+223=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #C069DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069DF is #3F9620. Grayscale: #909090. Windows color (decimal): -4167201 or 14641600. OLE color: 14641600.

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

Color convert

RGB 192 105 223 -
CMYK 0.14 0.53 0 0.13
HSL 284.24º 0.65% 0.64% -
HSV(B) 284.24º 0.53% 0.87% -
XYZ 40.11 26.64 72.84 -
YUV 144.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 192 105 223 0.14 0.53 0 0.13 284.24 0.65 0.64
Hex C0 69 DF E 35 0 D 11C 41 40
Octal 300 151 337 16 65 0 15 434 101 100
Binary 11000000 1101001 11011111 1110 110101 0 1101 100011100 1000001 1000000

Color Harmonies of #C069DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069DF

Black with #C069DF

Text Example


Text Example

White with #C069DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069DF; }

 p { color: rgb(192,105,223); }

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

background-color css

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

 a { background-color: rgb(192,105,223); }

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

border-color css

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

 span { border-color: rgb(192,105,223); }

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