#CB69DD

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

Shades of Orchid #CB69DD

Tints of Orchid #CB69DD

Color information

#CB69DD (or 0xCB69DD) is unknown color: approx Orchid. HEX triplet: CB, 69 and DD. RGB value is (203,105,221). Sum of RGB (Red+Green+Blue) = 203+105+221=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB69DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69DD is #349622. Grayscale: #939393. Windows color (decimal): -3446307 or 14510539. OLE color: 14510539.

HSL color Cylindrical-coordinate representation of color #CB69DD: hue angle of 290.69º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB69DD is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203105221-
CMYK0.080.5200.13
HSL290.69º63.04%63.92%-
HSV(B)290.69º52.49%86.67%-
XYZ42.7328.0271.56-
YUV147.53169.47167.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 105 (41.41% from 255) = 19.85%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=38.37%
G=19.85%
B=41.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031052210.080.5200.13290.6963.0463.92
HexCB69DD8340D1233f40
Octal313151335106401544377100
Binary110010111101001110111011000110100011011001000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB69DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB69DD; }

 p { color: rgb(203,105,221); }

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

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

 a { background-color: rgb(203,105,221); }

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

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

 span { border-color: rgb(203,105,221); }

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