#CB7FE3

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

Shades of Orchid #CB7FE3

Tints of Orchid #CB7FE3

Color information

#CB7FE3 (or 0xCB7FE3) is unknown color: approx Orchid. HEX triplet: CB, 7F and E3. RGB value is (203,127,227). Sum of RGB (Red+Green+Blue) = 203+127+227=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB7FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FE3 is #34801C. Grayscale: #A0A0A0. Windows color (decimal): -3440669 or 14909387. OLE color: 14909387.

HSL color Cylindrical-coordinate representation of color #CB7FE3: hue angle of 285.6º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7FE3 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203127227-
CMYK0.110.4400.11
HSL285.6º64.1%69.41%-
HSV(B)285.6º44.05%89.02%-
XYZ46.0833.4276.7-
YUV161.12165.18157.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 227 (89.06% from 255) = 40.75%
R=36.45%
G=22.80%
B=40.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031272270.110.4400.11285.664.169.41
HexCB7FE3B2C0B11e4045
Octal3131773431354013436100105
Binary1100101111111111110001110111011000101110001111010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7FE3; }

 p { color: rgb(203,127,227); }

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

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

 a { background-color: rgb(203,127,227); }

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

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

 span { border-color: rgb(203,127,227); }

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