#CB69DE

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

Shades of Orchid #CB69DE

Tints of Orchid #CB69DE

Color information

#CB69DE (or 0xCB69DE) is unknown color: approx Orchid. HEX triplet: CB, 69 and DE. RGB value is (203,105,222). Sum of RGB (Red+Green+Blue) = 203+105+222=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB69DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69DE is #349621. Grayscale: #939393. Windows color (decimal): -3446306 or 14576075. OLE color: 14576075.

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

Color convert

RGB203105222-
CMYK0.090.5300.13
HSL290.26º63.93%64.12%-
HSV(B)290.26º52.7%87.06%-
XYZ42.8628.0772.27-
YUV147.64169.97167.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 105 (41.41% from 255) = 19.81%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=38.30%
G=19.81%
B=41.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031052220.090.5300.13290.2663.9364.12
HexCB69DE9350D1224040
Octal3131513361165015442100100
Binary1100101111010011101111010011101010110110010001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB69DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB69DE; }

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

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

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

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

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

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

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

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