Html Css Color HEX #C275DD Medium Orchid

📋 copy color: '#C275DD'

red 194 ◦ green 117 ◦ blue 221

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

Shades of Medium Orchid #C275DD

Tints of Medium Orchid #C275DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.99%

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 36.47%
G = 21.99%
B = 41.54%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C275DD (or 0xC275DD) is known color: Medium Orchid. HEX triplet: C2, 75 and DD. RGB value is (194,117,221). Sum of RGB (Red+Green+Blue) = 194+117+221=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #C275DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275DD is #3D8A22. Grayscale: #979797. Windows color (decimal): -4033059 or 14513602. OLE color: 14513602.

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

Color convert

RGB 194 117 221 -
CMYK 0.12 0.47 0 0.13
HSL 284.42º 0.6% 0.66% -
HSV(B) 284.42º 0.47% 0.87% -
XYZ 41.66 29.41 71.89 -
YUV 151.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 194 117 221 0.12 0.47 0 0.13 284.42 0.6 0.66
Hex C2 75 DD C 2F 0 D 11C 3C 42
Octal 302 165 335 14 57 0 15 434 74 102
Binary 11000010 1110101 11011101 1100 101111 0 1101 100011100 111100 1000010

Color Harmonies of #C275DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275DD

Black with #C275DD

Text Example


Text Example

White with #C275DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275DD; }

 p { color: rgb(194,117,221); }

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

background-color css

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

 a { background-color: rgb(194,117,221); }

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

border-color css

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

 span { border-color: rgb(194,117,221); }

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