#CB7FD7

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

Shades of Orchid #CB7FD7

Tints of Orchid #CB7FD7

Color information

#CB7FD7 (or 0xCB7FD7) is unknown color: approx Orchid. HEX triplet: CB, 7F and D7. RGB value is (203,127,215). Sum of RGB (Red+Green+Blue) = 203+127+215=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB7FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FD7 is #348028. Grayscale: #9F9F9F. Windows color (decimal): -3440681 or 14122955. OLE color: 14122955.

HSL color Cylindrical-coordinate representation of color #CB7FD7: hue angle of 291.82º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB7FD7 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203127215-
CMYK0.060.4100.16
HSL291.82º52.38%67.06%-
HSV(B)291.82º40.93%84.31%-
XYZ44.4832.7868.27-
YUV159.76159.18158.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=37.25%
G=23.30%
B=39.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031272150.060.4100.16291.8252.3867.06
HexCB7FD76290101243443
Octal31317732765102044464103
Binary110010111111111110101111101010010100001001001001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7FD7; }

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

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

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

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

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

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

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

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