Html Css Color HEX #C27ADD Orchid

📋 copy color: '#C27ADD'

red 194 ◦ green 122 ◦ blue 221

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

Shades of Orchid #C27ADD

Tints of Orchid #C27ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.72%

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

R = 36.13%
G = 22.72%
B = 41.15%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C27ADD (or 0xC27ADD) is known color: Orchid. HEX triplet: C2, 7A and DD. RGB value is (194,122,221). Sum of RGB (Red+Green+Blue) = 194+122+221=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #C27ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ADD is #3D8522. Grayscale: #9A9A9A. Windows color (decimal): -4031779 or 14514882. OLE color: 14514882.

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

Color convert

RGB 194 122 221 -
CMYK 0.12 0.45 0 0.13
HSL 283.64º 0.59% 0.67% -
HSV(B) 283.64º 0.45% 0.87% -
XYZ 42.26 30.61 72.09 -
YUV 154.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 194 122 221 0.12 0.45 0 0.13 283.64 0.59 0.67
Hex C2 7A DD C 2D 0 D 11C 3B 43
Octal 302 172 335 14 55 0 15 434 73 103
Binary 11000010 1111010 11011101 1100 101101 0 1101 100011100 111011 1000011

Color Harmonies of #C27ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27ADD

Black with #C27ADD

Text Example


Text Example

White with #C27ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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