#C27BCD

Color #C27BCD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C27BCD

Tints of Orchid #C27BCD

Color information

#C27BCD (or 0xC27BCD) is unknown color: approx Orchid. HEX triplet: C2, 7B and CD. RGB value is (194,123,205). Sum of RGB (Red+Green+Blue) = 194+123+205=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #C27BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BCD is #3D8432. Grayscale: #999999. Windows color (decimal): -4031539 or 13466562. OLE color: 13466562.

HSL color Cylindrical-coordinate representation of color #C27BCD: hue angle of 291.95º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27BCD is Cyan = 0.05, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194123205-
CMYK0.050.400.20
HSL291.95º45.05%64.31%-
HSV(B)291.95º40%80.39%-
XYZ40.3530.0461.43-
YUV153.58157.02156.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.16%
GREEN value IS 123 (48.44% from 255) = 23.56%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=37.16%
G=23.56%
B=39.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941232050.050.400.20291.9545.0564.31
HexC27BCD5280141242d40
Octal30217331555002444455100
Binary110000101111011110011011011010000101001001001001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27BCD; }

 p { color: rgb(194,123,205); }

 H1.HeaderClassName
 {
   color: #C27BCD;
 }
 .AnyTagClassName
 {
   color: #C27BCD;
 }
</style>
background-color css

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

 a { background-color: rgb(194,123,205); }

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

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

 span { border-color: rgb(194,123,205); }

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