Html Css Color HEX #C274DE Medium Orchid

📋 copy color: '#C274DE'

red 194 ◦ green 116 ◦ blue 222

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

Shades of Medium Orchid #C274DE

Tints of Medium Orchid #C274DE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.8%

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 36.47%
G = 21.8%
B = 41.73%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C274DE (or 0xC274DE) is known color: Medium Orchid. HEX triplet: C2, 74 and DE. RGB value is (194,116,222). Sum of RGB (Red+Green+Blue) = 194+116+222=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #C274DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274DE is #3D8B21. Grayscale: #979797. Windows color (decimal): -4033314 or 14578882. OLE color: 14578882.

HSL color Cylindrical-coordinate representation of color #C274DE: hue angle of 284.15º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C274DE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 116 222 -
CMYK 0.13 0.48 0 0.13
HSL 284.15º 0.62% 0.66% -
HSV(B) 284.15º 0.48% 0.87% -
XYZ 41.68 29.23 72.55 -
YUV 151.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 194 116 222 0.13 0.48 0 0.13 284.15 0.62 0.66
Hex C2 74 DE D 30 0 D 11C 3E 42
Octal 302 164 336 15 60 0 15 434 76 102
Binary 11000010 1110100 11011110 1101 110000 0 1101 100011100 111110 1000010

Color Harmonies of #C274DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274DE

Black with #C274DE

Text Example


Text Example

White with #C274DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274DE; }

 p { color: rgb(194,116,222); }

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

background-color css

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

 a { background-color: rgb(194,116,222); }

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

border-color css

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

 span { border-color: rgb(194,116,222); }

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