Html Css Color HEX #C269ED Medium Orchid

📋 copy color: '#C269ED'

red 194 ◦ green 105 ◦ blue 237

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

Shades of Medium Orchid #C269ED

Tints of Medium Orchid #C269ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 36.19%
G = 19.59%
B = 44.22%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C269ED (or 0xC269ED) is known color: Medium Orchid. HEX triplet: C2, 69 and ED. RGB value is (194,105,237). Sum of RGB (Red+Green+Blue) = 194+105+237=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #C269ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269ED is #3D9612. Grayscale: #929292. Windows color (decimal): -4036115 or 15559106. OLE color: 15559106.

HSL color Cylindrical-coordinate representation of color #C269ED: hue angle of 280.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C269ED is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 105 237 -
CMYK 0.18 0.56 0 0.07
HSL 280.45º 0.79% 0.67% -
HSV(B) 280.45º 0.56% 0.93% -
XYZ 42.59 27.69 83.22 -
YUV 146.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 194 105 237 0.18 0.56 0 0.07 280.45 0.79 0.67
Hex C2 69 ED 12 38 0 7 118 4F 43
Octal 302 151 355 22 70 0 7 430 117 103
Binary 11000010 1101001 11101101 10010 111000 0 111 100011000 1001111 1000011

Color Harmonies of #C269ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269ED

Black with #C269ED

Text Example


Text Example

White with #C269ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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