Html Css Color HEX #C069D0 Medium Orchid

📋 copy color: '#C069D0'

red 192 ◦ green 105 ◦ blue 208

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

Shades of Medium Orchid #C069D0

Tints of Medium Orchid #C069D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.19%

R = 38.02%
G = 20.79%
B = 41.19%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C069D0 (or 0xC069D0) is known color: Medium Orchid. HEX triplet: C0, 69 and D0. RGB value is (192,105,208). Sum of RGB (Red+Green+Blue) = 192+105+208=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #C069D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069D0 is #3F962F. Grayscale: #8E8E8E. Windows color (decimal): -4167216 or 13658560. OLE color: 13658560.

HSL color Cylindrical-coordinate representation of color #C069D0: hue angle of 290.68º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C069D0 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 105 208 -
CMYK 0.08 0.50 0 0.18
HSL 290.68º 0.52% 0.61% -
HSV(B) 290.68º 0.5% 0.82% -
XYZ 38.17 25.86 62.65 -
YUV 142.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 192 105 208 0.08 0.50 0 0.18 290.68 0.52 0.61
Hex C0 69 D0 8 32 0 12 123 34 3D
Octal 300 151 320 10 62 0 22 443 64 75
Binary 11000000 1101001 11010000 1000 110010 0 10010 100100011 110100 111101

Color Harmonies of #C069D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069D0

Black with #C069D0

Text Example


Text Example

White with #C069D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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