Html Css Color HEX #C069D1 Medium Orchid

📋 copy color: '#C069D1'

red 192 ◦ green 105 ◦ blue 209

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

Shades of Medium Orchid #C069D1

Tints of Medium Orchid #C069D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.3%

R = 37.94%
G = 20.75%
B = 41.3%

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

#C069D1 (or 0xC069D1) is known color: Medium Orchid. HEX triplet: C0, 69 and D1. RGB value is (192,105,209). Sum of RGB (Red+Green+Blue) = 192+105+209=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #C069D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069D1 is #3F962E. Grayscale: #8E8E8E. Windows color (decimal): -4167215 or 13724096. OLE color: 13724096.

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

Color convert

RGB 192 105 209 -
CMYK 0.08 0.50 0 0.18
HSL 290.19º 0.53% 0.62% -
HSV(B) 290.19º 0.5% 0.82% -
XYZ 38.3 25.91 63.3 -
YUV 142.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 192 105 209 0.08 0.50 0 0.18 290.19 0.53 0.62
Hex C0 69 D1 8 32 0 12 122 35 3E
Octal 300 151 321 10 62 0 22 442 65 76
Binary 11000000 1101001 11010001 1000 110010 0 10010 100100010 110101 111110

Color Harmonies of #C069D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069D1

Black with #C069D1

Text Example


Text Example

White with #C069D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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