Html Css Color HEX #C269DB Medium Orchid

📋 copy color: '#C269DB'

red 194 ◦ green 105 ◦ blue 219

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

Shades of Medium Orchid #C269DB

Tints of Medium Orchid #C269DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 37.45%
G = 20.27%
B = 42.28%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C269DB (or 0xC269DB) is known color: Medium Orchid. HEX triplet: C2, 69 and DB. RGB value is (194,105,219). Sum of RGB (Red+Green+Blue) = 194+105+219=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #C269DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269DB is #3D9624. Grayscale: #909090. Windows color (decimal): -4036133 or 14379458. OLE color: 14379458.

HSL color Cylindrical-coordinate representation of color #C269DB: hue angle of 286.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C269DB is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 105 219 -
CMYK 0.11 0.52 0 0.14
HSL 286.84º 0.61% 0.64% -
HSV(B) 286.84º 0.52% 0.86% -
XYZ 40.09 26.69 70.06 -
YUV 144.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 194 105 219 0.11 0.52 0 0.14 286.84 0.61 0.64
Hex C2 69 DB B 34 0 E 11F 3D 40
Octal 302 151 333 13 64 0 16 437 75 100
Binary 11000010 1101001 11011011 1011 110100 0 1110 100011111 111101 1000000

Color Harmonies of #C269DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269DB

Black with #C269DB

Text Example


Text Example

White with #C269DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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