Html Css Color HEX #C27ABD Orchid

📋 copy color: '#C27ABD'

red 194 ◦ green 122 ◦ blue 189

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

Shades of Orchid #C27ABD

Tints of Orchid #C27ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 38.42%
G = 24.16%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C27ABD (or 0xC27ABD) is known color: Orchid. HEX triplet: C2, 7A and BD. RGB value is (194,122,189). Sum of RGB (Red+Green+Blue) = 194+122+189=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C27ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ABD is #3D8542. Grayscale: #969696. Windows color (decimal): -4031811 or 12417730. OLE color: 12417730.

HSL color Cylindrical-coordinate representation of color #C27ABD: hue angle of 304.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27ABD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 122 189 -
CMYK 0 0.37 0.03 0.24
HSL 304.17º 0.37% 0.62% -
HSV(B) 304.17º 0.37% 0.76% -
XYZ 38.39 29.06 51.73 -
YUV 151.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 194 122 189 0 0.37 0.03 0.24 304.17 0.37 0.62
Hex C2 7A BD 0 25 3 18 130 25 3E
Octal 302 172 275 0 45 3 30 460 45 76
Binary 11000010 1111010 10111101 0 100101 11 11000 100110000 100101 111110

Color Harmonies of #C27ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27ABD

Black with #C27ABD

Text Example


Text Example

White with #C27ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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