#CB74DA

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

Shades of Orchid #CB74DA

Tints of Orchid #CB74DA

Color information

#CB74DA (or 0xCB74DA) is unknown color: approx Orchid. HEX triplet: CB, 74 and DA. RGB value is (203,116,218). Sum of RGB (Red+Green+Blue) = 203+116+218=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74DA is #348B25. Grayscale: #999999. Windows color (decimal): -3443494 or 14316747. OLE color: 14316747.

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

Color convert

RGB203116218-
CMYK0.070.4700.15
HSL291.18º57.95%65.49%-
HSV(B)291.18º46.79%85.49%-
XYZ43.5330.2569.87-
YUV153.64164.32163.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 116 (45.70% from 255) = 21.60%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=37.80%
G=21.60%
B=40.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031162180.070.4700.15291.1857.9565.49
HexCB74DA72F0F1233a41
Octal31316433275701744372101
Binary11001011111010011011010111101111011111001000111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB74DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB74DA; }

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

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

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

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

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

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

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

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