#CB6FD7

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

Shades of Orchid #CB6FD7

Tints of Orchid #CB6FD7

Color information

#CB6FD7 (or 0xCB6FD7) is unknown color: approx Orchid. HEX triplet: CB, 6F and D7. RGB value is (203,111,215). Sum of RGB (Red+Green+Blue) = 203+111+215=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB6FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FD7 is #349028. Grayscale: #969696. Windows color (decimal): -3444777 or 14118859. OLE color: 14118859.

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

Color convert

RGB203111215-
CMYK0.060.4800.16
HSL293.08º56.52%63.92%-
HSV(B)293.08º48.37%84.31%-
XYZ42.5828.9767.64-
YUV150.36164.48165.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 111 (43.75% from 255) = 20.98%
BLUE value IS 215 (84.38% from 255) = 40.64%
R=38.37%
G=20.98%
B=40.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031112150.060.4800.16293.0856.5263.92
HexCB6FD76300101253940
Octal31315732766002044571100
Binary110010111101111110101111101100000100001001001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6FD7; }

 p { color: rgb(203,111,215); }

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

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

 a { background-color: rgb(203,111,215); }

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

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

 span { border-color: rgb(203,111,215); }

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