#CB67D5

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

Shades of Orchid #CB67D5

Tints of Orchid #CB67D5

Color information

#CB67D5 (or 0xCB67D5) is unknown color: approx Orchid. HEX triplet: CB, 67 and D5. RGB value is (203,103,213). Sum of RGB (Red+Green+Blue) = 203+103+213=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB67D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67D5 is #34982A. Grayscale: #919191. Windows color (decimal): -3446827 or 13985739. OLE color: 13985739.

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

Color convert

RGB203103213-
CMYK0.050.5200.16
HSL294.55º56.7%61.96%-
HSV(B)294.55º51.64%83.53%-
XYZ41.4927.266.01-
YUV145.44166.13169.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 103 (40.62% from 255) = 19.85%
BLUE value IS 213 (83.59% from 255) = 41.04%
R=39.11%
G=19.85%
B=41.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031032130.050.5200.16294.5556.761.96
HexCB67D5534010127393e
Octal3131473255640204477176
Binary11001011110011111010101101110100010000100100111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB67D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB67D5; }

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

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

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

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

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

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

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

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