Html Css Color HEX #C069DA Medium Orchid

📋 copy color: '#C069DA'

red 192 ◦ green 105 ◦ blue 218

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

Shades of Medium Orchid #C069DA

Tints of Medium Orchid #C069DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 37.28%
G = 20.39%
B = 42.33%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C069DA (or 0xC069DA) is known color: Medium Orchid. HEX triplet: C0, 69 and DA. RGB value is (192,105,218). Sum of RGB (Red+Green+Blue) = 192+105+218=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #C069DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069DA is #3F9625. Grayscale: #8F8F8F. Windows color (decimal): -4167206 or 14313920. OLE color: 14313920.

HSL color Cylindrical-coordinate representation of color #C069DA: hue angle of 286.19º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C069DA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 105 218 -
CMYK 0.12 0.52 0 0.15
HSL 286.19º 0.6% 0.63% -
HSV(B) 286.19º 0.52% 0.85% -
XYZ 39.44 26.37 69.34 -
YUV 143.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 192 105 218 0.12 0.52 0 0.15 286.19 0.6 0.63
Hex C0 69 DA C 34 0 F 11E 3C 3F
Octal 300 151 332 14 64 0 17 436 74 77
Binary 11000000 1101001 11011010 1100 110100 0 1111 100011110 111100 111111

Color Harmonies of #C069DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069DA

Black with #C069DA

Text Example


Text Example

White with #C069DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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