Html Css Color HEX #CC73BB Orchid

📋 copy color: '#CC73BB'

red 204 ◦ green 115 ◦ blue 187

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

Shades of Orchid #CC73BB

Tints of Orchid #CC73BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 40.32%
G = 22.73%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC73BB (or 0xCC73BB) is known color: Orchid. HEX triplet: CC, 73 and BB. RGB value is (204,115,187). Sum of RGB (Red+Green+Blue) = 204+115+187=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73BB is #338C44. Grayscale: #959595. Windows color (decimal): -3378245 or 12284876. OLE color: 12284876.

HSL color Cylindrical-coordinate representation of color #CC73BB: hue angle of 311.46º 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 #CC73BB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 115 187 -
CMYK 0 0.44 0.08 0.2
HSL 311.46º 0.47% 0.63% -
HSV(B) 311.46º 0.44% 0.8% -
XYZ 40 28.69 50.44 -
YUV 149.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 204 115 187 0 0.44 0.08 0.2 311.46 0.47 0.63
Hex CC 73 BB 0 2C 8 14 137 2F 3F
Octal 314 163 273 0 54 10 24 467 57 77
Binary 11001100 1110011 10111011 0 101100 1000 10100 100110111 101111 111111

Color Harmonies of #CC73BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73BB

Black with #CC73BB

Text Example


Text Example

White with #CC73BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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