#CA7FCB

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

Shades of Orchid #CA7FCB

Tints of Orchid #CA7FCB

Color information

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

HSL color Cylindrical-coordinate representation of color #CA7FCB: hue angle of 299.21º 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 #CA7FCB is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202127203-
CMYK0.000.3700.20
HSL299.21º42.22%64.71%-
HSV(B)299.21º37.44%79.61%-
XYZ42.7332.0560.43-
YUV158.09153.35159.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021272030.000.3700.20299.2142.2264.71
HexCA7FCB02501412b2a41
Octal31217731304502445352101
Binary1100101011111111100101101001010101001001010111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FCB; }

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

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

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

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

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

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

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

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