Html Css Color HEX #C269E5 Medium Orchid

📋 copy color: '#C269E5'

red 194 ◦ green 105 ◦ blue 229

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

Shades of Medium Orchid #C269E5

Tints of Medium Orchid #C269E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.37%

R = 36.74%
G = 19.89%
B = 43.37%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C269E5 (or 0xC269E5) is known color: Medium Orchid. HEX triplet: C2, 69 and E5. RGB value is (194,105,229). Sum of RGB (Red+Green+Blue) = 194+105+229=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #C269E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269E5 is #3D961A. Grayscale: #919191. Windows color (decimal): -4036123 or 15034818. OLE color: 15034818.

HSL color Cylindrical-coordinate representation of color #C269E5: hue angle of 283.06º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C269E5 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 105 229 -
CMYK 0.15 0.54 0 0.10
HSL 283.06º 0.7% 0.65% -
HSV(B) 283.06º 0.54% 0.9% -
XYZ 41.44 27.23 77.2 -
YUV 145.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 194 105 229 0.15 0.54 0 0.10 283.06 0.7 0.65
Hex C2 69 E5 F 36 0 A 11B 46 41
Octal 302 151 345 17 66 0 12 433 106 101
Binary 11000010 1101001 11100101 1111 110110 0 1010 100011011 1000110 1000001

Color Harmonies of #C269E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269E5

Black with #C269E5

Text Example


Text Example

White with #C269E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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