Html Css Color HEX #C269DC Medium Orchid

📋 copy color: '#C269DC'

red 194 ◦ green 105 ◦ blue 220

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

Shades of Medium Orchid #C269DC

Tints of Medium Orchid #C269DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 37.38%
G = 20.23%
B = 42.39%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C269DC (or 0xC269DC) is known color: Medium Orchid. HEX triplet: C2, 69 and DC. RGB value is (194,105,220). Sum of RGB (Red+Green+Blue) = 194+105+220=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #C269DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269DC is #3D9623. Grayscale: #909090. Windows color (decimal): -4036132 or 14444994. OLE color: 14444994.

HSL color Cylindrical-coordinate representation of color #C269DC: hue angle of 286.43º degrees, saturation: 0.62, 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 #C269DC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 105 220 -
CMYK 0.12 0.52 0 0.14
HSL 286.43º 0.62% 0.64% -
HSV(B) 286.43º 0.52% 0.86% -
XYZ 40.22 26.74 70.75 -
YUV 144.72 170.49 163.15 -
System Red Green Blue C M Y K H S L
Decimal 194 105 220 0.12 0.52 0 0.14 286.43 0.62 0.64
Hex C2 69 DC C 34 0 E 11E 3E 40
Octal 302 151 334 14 64 0 16 436 76 100
Binary 11000010 1101001 11011100 1100 110100 0 1110 100011110 111110 1000000

Color Harmonies of #C269DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269DC

Black with #C269DC

Text Example


Text Example

White with #C269DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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