#CB65D9

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

Shades of Orchid #CB65D9

Tints of Orchid #CB65D9

Color information

#CB65D9 (or 0xCB65D9) is unknown color: approx Orchid. HEX triplet: CB, 65 and D9. RGB value is (203,101,217). Sum of RGB (Red+Green+Blue) = 203+101+217=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB65D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65D9 is #349A26. Grayscale: #909090. Windows color (decimal): -3447335 or 14247371. OLE color: 14247371.

HSL color Cylindrical-coordinate representation of color #CB65D9: hue angle of 292.76º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB65D9 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203101217-
CMYK0.060.5300.15
HSL292.76º60.42%62.35%-
HSV(B)292.76º53.46%85.1%-
XYZ41.8127.0168.66-
YUV144.72168.79169.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 101 (39.84% from 255) = 19.39%
BLUE value IS 217 (85.16% from 255) = 41.65%
R=38.96%
G=19.39%
B=41.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031012170.060.5300.15292.7660.4262.35
HexCB65D96350F1253c3e
Octal3131453316650174457476
Binary1100101111001011101100111011010101111100100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB65D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB65D9; }

 p { color: rgb(203,101,217); }

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

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

 a { background-color: rgb(203,101,217); }

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

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

 span { border-color: rgb(203,101,217); }

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