Html Css Color HEX #C269EB Medium Orchid

📋 copy color: '#C269EB'

red 194 ◦ green 105 ◦ blue 235

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

Shades of Medium Orchid #C269EB

Tints of Medium Orchid #C269EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.01%

R = 36.33%
G = 19.66%
B = 44.01%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C269EB (or 0xC269EB) is known color: Medium Orchid. HEX triplet: C2, 69 and EB. RGB value is (194,105,235). Sum of RGB (Red+Green+Blue) = 194+105+235=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #C269EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269EB is #3D9614. Grayscale: #929292. Windows color (decimal): -4036117 or 15428034. OLE color: 15428034.

HSL color Cylindrical-coordinate representation of color #C269EB: hue angle of 281.08º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C269EB is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 105 235 -
CMYK 0.17 0.55 0 0.08
HSL 281.08º 0.76% 0.67% -
HSV(B) 281.08º 0.55% 0.92% -
XYZ 42.3 27.57 81.69 -
YUV 146.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 194 105 235 0.17 0.55 0 0.08 281.08 0.76 0.67
Hex C2 69 EB 11 37 0 8 119 4C 43
Octal 302 151 353 21 67 0 10 431 114 103
Binary 11000010 1101001 11101011 10001 110111 0 1000 100011001 1001100 1000011

Color Harmonies of #C269EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269EB

Black with #C269EB

Text Example


Text Example

White with #C269EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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