#CD75B4

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

Shades of Orchid #CD75B4

Tints of Orchid #CD75B4

Color information

#CD75B4 (or 0xCD75B4) is unknown color: approx Orchid. HEX triplet: CD, 75 and B4. RGB value is (205,117,180). Sum of RGB (Red+Green+Blue) = 205+117+180=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD75B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD75B4 is #328A4B. Grayscale: #969696. Windows color (decimal): -3312204 or 11826637. OLE color: 11826637.

HSL color Cylindrical-coordinate representation of color #CD75B4: hue angle of 317.05º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD75B4 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB205117180-
CMYK00.430.120.20
HSL317.05º46.81%63.14%-
HSV(B)317.05º42.93%80.39%-
XYZ39.782946.68-
YUV150.49144.65166.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=40.84%
G=23.31%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511718000.430.120.20317.0546.8163.14
HexCD75B402BC1413d2f3f
Octal31516526405314244755777
Binary110011011110101101101000101011110010100100111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD75B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD75B4; }

 p { color: rgb(205,117,180); }

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

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

 a { background-color: rgb(205,117,180); }

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

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

 span { border-color: rgb(205,117,180); }

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