#CB39DA

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

Shades of Medium Orchid #CB39DA

Tints of Medium Orchid #CB39DA

Color information

#CB39DA (or 0xCB39DA) is unknown color: approx Medium Orchid. HEX triplet: CB, 39 and DA. RGB value is (203,57,218). Sum of RGB (Red+Green+Blue) = 203+57+218=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 57 (22.66% from 255 or 11.92% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB39DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39DA is #34C625. Grayscale: #767676. Windows color (decimal): -3458598 or 14301643. OLE color: 14301643.

HSL color Cylindrical-coordinate representation of color #CB39DA: hue angle of 294.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB39DA is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20357218-
CMYK0.070.7400.15
HSL294.41º68.51%53.92%-
HSV(B)294.41º73.85%85.49%-
XYZ38.7520.6868.28-
YUV119.01183.87187.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 57 (22.66% from 255) = 11.92%
BLUE value IS 218 (85.55% from 255) = 45.61%
R=42.47%
G=11.92%
B=45.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203572180.070.7400.15294.4168.5153.92
HexCB39DA74A0F1264536
Octal31371332711201744610566
Binary11001011111001110110101111001010011111001001101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB39DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB39DA; }

 p { color: rgb(203,57,218); }

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

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

 a { background-color: rgb(203,57,218); }

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

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

 span { border-color: rgb(203,57,218); }

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