#CB7FCA

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

Shades of Orchid #CB7FCA

Tints of Orchid #CB7FCA

Color information

#CB7FCA (or 0xCB7FCA) is unknown color: approx Orchid. HEX triplet: CB, 7F and CA. RGB value is (203,127,202). Sum of RGB (Red+Green+Blue) = 203+127+202=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FCA is #348035. Grayscale: #9E9E9E. Windows color (decimal): -3440694 or 13270987. OLE color: 13270987.

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

Color convert

RGB203127202-
CMYK00.370.000.20
HSL300.79º42.22%64.71%-
HSV(B)300.79º37.44%79.61%-
XYZ42.8832.1459.82-
YUV158.27152.68159.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 127 (50% from 255) = 23.87%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=38.16%
G=23.87%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312720200.370.000.20300.7942.2264.71
HexCB7FCA02501412d2a41
Octal31317731204502445552101
Binary1100101111111111100101001001010101001001011011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7FCA; }

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

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

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

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

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

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

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

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