Html Css Color HEX #CC73BD Orchid

📋 copy color: '#CC73BD'

red 204 ◦ green 115 ◦ blue 189

#CC73BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CC73BD

Tints of Orchid #CC73BD

RGB

 RED value IS 204 (80.08% from 255) = 40.16%

 GREEN value IS 115 (45.31% from 255) = 22.64%

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 40.16%
G = 22.64%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC73BD (or 0xCC73BD) is known color: Orchid. HEX triplet: CC, 73 and BD. RGB value is (204,115,189). Sum of RGB (Red+Green+Blue) = 204+115+189=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73BD is #338C42. Grayscale: #959595. Windows color (decimal): -3378243 or 12415948. OLE color: 12415948.

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

Color convert

RGB 204 115 189 -
CMYK 0 0.44 0.07 0.2
HSL 310.11º 0.47% 0.63% -
HSV(B) 310.11º 0.44% 0.8% -
XYZ 40.22 28.77 51.58 -
YUV 150.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 204 115 189 0 0.44 0.07 0.2 310.11 0.47 0.63
Hex CC 73 BD 0 2C 7 14 136 2F 3F
Octal 314 163 275 0 54 7 24 466 57 77
Binary 11001100 1110011 10111101 0 101100 111 10100 100110110 101111 111111

Color Harmonies of #CC73BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73BD

Black with #CC73BD

Text Example


Text Example

White with #CC73BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73BD; }

 p { color: rgb(204,115,189); }

 H1.HeaderClassName
 {
   color: #CC73BD;
 }
 .AnyTagClassName
 {
   color: #CC73BD;
 }
</style>

background-color css

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

 a { background-color: rgb(204,115,189); }

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

border-color css

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

 span { border-color: rgb(204,115,189); }

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