#CB75E1

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

Shades of Orchid #CB75E1

Tints of Orchid #CB75E1

Color information

#CB75E1 (or 0xCB75E1) is unknown color: approx Orchid. HEX triplet: CB, 75 and E1. RGB value is (203,117,225). Sum of RGB (Red+Green+Blue) = 203+117+225=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB75E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75E1 is #348A1E. Grayscale: #9A9A9A. Windows color (decimal): -3443231 or 14775755. OLE color: 14775755.

HSL color Cylindrical-coordinate representation of color #CB75E1: hue angle of 287.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB75E1 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203117225-
CMYK0.100.4800.12
HSL287.78º64.29%67.06%-
HSV(B)287.78º48%88.24%-
XYZ44.5830.8674.84-
YUV155.03167.49162.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 117 (46.09% from 255) = 21.47%
BLUE value IS 225 (88.28% from 255) = 41.28%
R=37.25%
G=21.47%
B=41.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031172250.100.4800.12287.7864.2967.06
HexCB75E1A300C1204043
Octal3131653411260014440100103
Binary1100101111101011110000110101100000110010010000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75E1; }

 p { color: rgb(203,117,225); }

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

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

 a { background-color: rgb(203,117,225); }

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

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

 span { border-color: rgb(203,117,225); }

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