Html Css Color HEX #C27ADE Orchid

📋 copy color: '#C27ADE'

red 194 ◦ green 122 ◦ blue 222

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

Shades of Orchid #C27ADE

Tints of Orchid #C27ADE

RGB

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

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

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

R = 36.06%
G = 22.68%
B = 41.26%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C27ADE (or 0xC27ADE) is known color: Orchid. HEX triplet: C2, 7A and DE. RGB value is (194,122,222). Sum of RGB (Red+Green+Blue) = 194+122+222=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #C27ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ADE is #3D8521. Grayscale: #9A9A9A. Windows color (decimal): -4031778 or 14580418. OLE color: 14580418.

HSL color Cylindrical-coordinate representation of color #C27ADE: hue angle of 283.2º degrees, saturation: 0.6, 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 #C27ADE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 122 222 -
CMYK 0.13 0.45 0 0.13
HSL 283.2º 0.6% 0.67% -
HSV(B) 283.2º 0.45% 0.87% -
XYZ 42.39 30.66 72.79 -
YUV 154.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 194 122 222 0.13 0.45 0 0.13 283.2 0.6 0.67
Hex C2 7A DE D 2D 0 D 11B 3C 43
Octal 302 172 336 15 55 0 15 433 74 103
Binary 11000010 1111010 11011110 1101 101101 0 1101 100011011 111100 1000011

Color Harmonies of #C27ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27ADE

Black with #C27ADE

Text Example


Text Example

White with #C27ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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