Html Css Color HEX #C269E0 Medium Orchid

📋 copy color: '#C269E0'

red 194 ◦ green 105 ◦ blue 224

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

Shades of Medium Orchid #C269E0

Tints of Medium Orchid #C269E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.83%

R = 37.09%
G = 20.08%
B = 42.83%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C269E0 (or 0xC269E0) is known color: Medium Orchid. HEX triplet: C2, 69 and E0. RGB value is (194,105,224). Sum of RGB (Red+Green+Blue) = 194+105+224=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #C269E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269E0 is #3D961F. Grayscale: #909090. Windows color (decimal): -4036128 or 14707138. OLE color: 14707138.

HSL color Cylindrical-coordinate representation of color #C269E0: hue angle of 284.87º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C269E0 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 105 224 -
CMYK 0.13 0.53 0 0.12
HSL 284.87º 0.66% 0.65% -
HSV(B) 284.87º 0.53% 0.88% -
XYZ 40.75 26.95 73.58 -
YUV 145.18 172.49 162.82 -
System Red Green Blue C M Y K H S L
Decimal 194 105 224 0.13 0.53 0 0.12 284.87 0.66 0.65
Hex C2 69 E0 D 35 0 C 11D 42 41
Octal 302 151 340 15 65 0 14 435 102 101
Binary 11000010 1101001 11100000 1101 110101 0 1100 100011101 1000010 1000001

Color Harmonies of #C269E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269E0

Black with #C269E0

Text Example


Text Example

White with #C269E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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