Html Css Color HEX #C069DE Medium Orchid

📋 copy color: '#C069DE'

red 192 ◦ green 105 ◦ blue 222

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

Shades of Medium Orchid #C069DE

Tints of Medium Orchid #C069DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 36.99%
G = 20.23%
B = 42.77%

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

#C069DE (or 0xC069DE) is known color: Medium Orchid. HEX triplet: C0, 69 and DE. RGB value is (192,105,222). Sum of RGB (Red+Green+Blue) = 192+105+222=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #C069DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069DE is #3F9621. Grayscale: #8F8F8F. Windows color (decimal): -4167202 or 14576064. OLE color: 14576064.

HSL color Cylindrical-coordinate representation of color #C069DE: hue angle of 284.62º degrees, saturation: 0.64, 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 #C069DE is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 105 222 -
CMYK 0.14 0.53 0 0.13
HSL 284.62º 0.64% 0.64% -
HSV(B) 284.62º 0.53% 0.87% -
XYZ 39.97 26.58 72.13 -
YUV 144.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 192 105 222 0.14 0.53 0 0.13 284.62 0.64 0.64
Hex C0 69 DE E 35 0 D 11D 40 40
Octal 300 151 336 16 65 0 15 435 100 100
Binary 11000000 1101001 11011110 1110 110101 0 1101 100011101 1000000 1000000

Color Harmonies of #C069DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069DE

Black with #C069DE

Text Example


Text Example

White with #C069DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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