Html Css Color HEX #C269E9 Medium Orchid

📋 copy color: '#C269E9'

red 194 ◦ green 105 ◦ blue 233

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

Shades of Medium Orchid #C269E9

Tints of Medium Orchid #C269E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.8%

R = 36.47%
G = 19.74%
B = 43.8%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C269E9 (or 0xC269E9) is known color: Medium Orchid. HEX triplet: C2, 69 and E9. RGB value is (194,105,233). Sum of RGB (Red+Green+Blue) = 194+105+233=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #C269E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269E9 is #3D9616. Grayscale: #919191. Windows color (decimal): -4036119 or 15296962. OLE color: 15296962.

HSL color Cylindrical-coordinate representation of color #C269E9: hue angle of 281.72º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C269E9 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 105 233 -
CMYK 0.17 0.55 0 0.09
HSL 281.72º 0.74% 0.66% -
HSV(B) 281.72º 0.55% 0.91% -
XYZ 42.01 27.46 80.18 -
YUV 146.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 194 105 233 0.17 0.55 0 0.09 281.72 0.74 0.66
Hex C2 69 E9 11 37 0 9 11A 4A 42
Octal 302 151 351 21 67 0 11 432 112 102
Binary 11000010 1101001 11101001 10001 110111 0 1001 100011010 1001010 1000010

Color Harmonies of #C269E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269E9

Black with #C269E9

Text Example


Text Example

White with #C269E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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