#CB7ED1

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

Shades of Orchid #CB7ED1

Tints of Orchid #CB7ED1

Color information

#CB7ED1 (or 0xCB7ED1) is unknown color: approx Orchid. HEX triplet: CB, 7E and D1. RGB value is (203,126,209). Sum of RGB (Red+Green+Blue) = 203+126+209=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB7ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ED1 is #34812E. Grayscale: #9E9E9E. Windows color (decimal): -3440943 or 13729483. OLE color: 13729483.

HSL color Cylindrical-coordinate representation of color #CB7ED1: hue angle of 295.66º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7ED1 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203126209-
CMYK0.030.4000.18
HSL295.66º47.43%65.69%-
HSV(B)295.66º39.71%81.96%-
XYZ43.632.2264.24-
YUV158.48156.51159.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 126 (49.61% from 255) = 23.42%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=37.73%
G=23.42%
B=38.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031262090.030.4000.18295.6647.4365.69
HexCB7ED13280121282f42
Octal31317632135002245057102
Binary11001011111111011010001111010000100101001010001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7ED1; }

 p { color: rgb(203,126,209); }

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

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

 a { background-color: rgb(203,126,209); }

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

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

 span { border-color: rgb(203,126,209); }

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