#CB67D3

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

Shades of Orchid #CB67D3

Tints of Orchid #CB67D3

Color information

#CB67D3 (or 0xCB67D3) is unknown color: approx Orchid. HEX triplet: CB, 67 and D3. RGB value is (203,103,211). Sum of RGB (Red+Green+Blue) = 203+103+211=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB67D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67D3 is #34982C. Grayscale: #909090. Windows color (decimal): -3446829 or 13854667. OLE color: 13854667.

HSL color Cylindrical-coordinate representation of color #CB67D3: hue angle of 295.56º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB67D3 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203103211-
CMYK0.040.5100.17
HSL295.56º55.1%61.57%-
HSV(B)295.56º51.18%82.75%-
XYZ41.2427.164.69-
YUV145.21165.13169.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 103 (40.62% from 255) = 19.92%
BLUE value IS 211 (82.81% from 255) = 40.81%
R=39.26%
G=19.92%
B=40.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031032110.040.5100.17295.5655.161.57
HexCB67D3433011128373e
Octal3131473234630214506776
Binary11001011110011111010011100110011010001100101000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB67D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB67D3; }

 p { color: rgb(203,103,211); }

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

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

 a { background-color: rgb(203,103,211); }

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

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

 span { border-color: rgb(203,103,211); }

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