Html Css Color HEX #C069CD Medium Orchid

📋 copy color: '#C069CD'

red 192 ◦ green 105 ◦ blue 205

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

Shades of Medium Orchid #C069CD

Tints of Medium Orchid #C069CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 38.25%
G = 20.92%
B = 40.84%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C069CD (or 0xC069CD) is known color: Medium Orchid. HEX triplet: C0, 69 and CD. RGB value is (192,105,205). Sum of RGB (Red+Green+Blue) = 192+105+205=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #C069CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069CD is #3F9632. Grayscale: #8E8E8E. Windows color (decimal): -4167219 or 13461952. OLE color: 13461952.

HSL color Cylindrical-coordinate representation of color #C069CD: hue angle of 292.2º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C069CD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 105 205 -
CMYK 0.06 0.49 0 0.20
HSL 292.2º 0.5% 0.61% -
HSV(B) 292.2º 0.49% 0.8% -
XYZ 37.81 25.72 60.73 -
YUV 142.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 192 105 205 0.06 0.49 0 0.20 292.2 0.5 0.61
Hex C0 69 CD 6 31 0 14 124 32 3D
Octal 300 151 315 6 61 0 24 444 62 75
Binary 11000000 1101001 11001101 110 110001 0 10100 100100100 110010 111101

Color Harmonies of #C069CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069CD

Black with #C069CD

Text Example


Text Example

White with #C069CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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