#CB7FCD

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

Shades of Orchid #CB7FCD

Tints of Orchid #CB7FCD

Color information

#CB7FCD (or 0xCB7FCD) is unknown color: approx Orchid. HEX triplet: CB, 7F and CD. RGB value is (203,127,205). Sum of RGB (Red+Green+Blue) = 203+127+205=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FCD is #348032. Grayscale: #9E9E9E. Windows color (decimal): -3440691 or 13467595. OLE color: 13467595.

HSL color Cylindrical-coordinate representation of color #CB7FCD: hue angle of 298.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7FCD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203127205-
CMYK0.010.3800.20
HSL298.46º43.82%65.1%-
HSV(B)298.46º38.05%80.39%-
XYZ43.2432.2861.71-
YUV158.62154.18159.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=37.94%
G=23.74%
B=38.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031272050.010.3800.20298.4643.8265.1
HexCB7FCD12601412a2c41
Octal31317731514602445254101
Binary1100101111111111100110111001100101001001010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7FCD; }

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

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

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

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

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

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

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

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