#CB3DF7

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

Shades of Medium Orchid #CB3DF7

Tints of Medium Orchid #CB3DF7

Color information

#CB3DF7 (or 0xCB3DF7) is unknown color: approx Medium Orchid. HEX triplet: CB, 3D and F7. RGB value is (203,61,247). Sum of RGB (Red+Green+Blue) = 203+61+247=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 61 (24.22% from 255 or 11.94% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB3DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3DF7 is #34C208. Grayscale: #7C7C7C. Windows color (decimal): -3457545 or 16203211. OLE color: 16203211.

HSL color Cylindrical-coordinate representation of color #CB3DF7: hue angle of 285.81º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3DF7 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20361247-
CMYK0.180.7500.03
HSL285.81º92.08%60.39%-
HSV(B)285.81º75.3%96.86%-
XYZ43.0922.7590.12-
YUV124.66197.04183.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 61 (24.22% from 255) = 11.94%
BLUE value IS 247 (96.88% from 255) = 48.34%
R=39.73%
G=11.94%
B=48.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal203612470.180.7500.03285.8192.0860.39
HexCB3DF7124B0311e5c3c
Octal31375367221130343613474
Binary11001011111101111101111001010010110111000111101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3DF7; }

 p { color: rgb(203,61,247); }

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

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

 a { background-color: rgb(203,61,247); }

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

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

 span { border-color: rgb(203,61,247); }

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