Html Css Color HEX #C269E7 Medium Orchid

📋 copy color: '#C269E7'

red 194 ◦ green 105 ◦ blue 231

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

Shades of Medium Orchid #C269E7

Tints of Medium Orchid #C269E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.58%

R = 36.6%
G = 19.81%
B = 43.58%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C269E7 (or 0xC269E7) is known color: Medium Orchid. HEX triplet: C2, 69 and E7. RGB value is (194,105,231). Sum of RGB (Red+Green+Blue) = 194+105+231=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #C269E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269E7 is #3D9618. Grayscale: #919191. Windows color (decimal): -4036121 or 15165890. OLE color: 15165890.

HSL color Cylindrical-coordinate representation of color #C269E7: hue angle of 282.38º degrees, saturation: 0.72, 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 #C269E7 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 105 231 -
CMYK 0.16 0.55 0 0.09
HSL 282.38º 0.72% 0.66% -
HSV(B) 282.38º 0.55% 0.91% -
XYZ 41.72 27.34 78.68 -
YUV 145.98 175.99 162.25 -
System Red Green Blue C M Y K H S L
Decimal 194 105 231 0.16 0.55 0 0.09 282.38 0.72 0.66
Hex C2 69 E7 10 37 0 9 11A 48 42
Octal 302 151 347 20 67 0 11 432 110 102
Binary 11000010 1101001 11100111 10000 110111 0 1001 100011010 1001000 1000010

Color Harmonies of #C269E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269E7

Black with #C269E7

Text Example


Text Example

White with #C269E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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