#CB83CF

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

Shades of Orchid #CB83CF

Tints of Orchid #CB83CF

Color information

#CB83CF (or 0xCB83CF) is unknown color: approx Orchid. HEX triplet: CB, 83 and CF. RGB value is (203,131,207). Sum of RGB (Red+Green+Blue) = 203+131+207=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83CF is #347C30. Grayscale: #A0A0A0. Windows color (decimal): -3439665 or 13599691. OLE color: 13599691.

HSL color Cylindrical-coordinate representation of color #CB83CF: hue angle of 296.84º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB83CF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203131207-
CMYK0.020.3700.19
HSL296.84º44.19%66.27%-
HSV(B)296.84º36.71%81.18%-
XYZ44.0133.4363.17-
YUV161.19153.85157.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=37.52%
G=24.21%
B=38.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031312070.020.3700.19296.8444.1966.27
HexCB83CF2250131292c42
Octal31320331724502345154102
Binary110010111000001111001111101001010100111001010011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83CF; }

 p { color: rgb(203,131,207); }

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

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

 a { background-color: rgb(203,131,207); }

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

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

 span { border-color: rgb(203,131,207); }

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