Html Css Color HEX #C269DE Medium Orchid

📋 copy color: '#C269DE'

red 194 ◦ green 105 ◦ blue 222

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

Shades of Medium Orchid #C269DE

Tints of Medium Orchid #C269DE

RGB

 RED value IS 194 (76.17% from 255) = 37.24%

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

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

R = 37.24%
G = 20.15%
B = 42.61%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C269DE (or 0xC269DE) is known color: Medium Orchid. HEX triplet: C2, 69 and DE. RGB value is (194,105,222). Sum of RGB (Red+Green+Blue) = 194+105+222=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #C269DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269DE is #3D9621. Grayscale: #909090. Windows color (decimal): -4036130 or 14576066. OLE color: 14576066.

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

Color convert

RGB 194 105 222 -
CMYK 0.13 0.53 0 0.13
HSL 285.64º 0.64% 0.64% -
HSV(B) 285.64º 0.53% 0.87% -
XYZ 40.48 26.85 72.16 -
YUV 144.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 194 105 222 0.13 0.53 0 0.13 285.64 0.64 0.64
Hex C2 69 DE D 35 0 D 11E 40 40
Octal 302 151 336 15 65 0 15 436 100 100
Binary 11000010 1101001 11011110 1101 110101 0 1101 100011110 1000000 1000000

Color Harmonies of #C269DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269DE

Black with #C269DE

Text Example


Text Example

White with #C269DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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