Html Css Color HEX #CC73CA Orchid

📋 copy color: '#CC73CA'

red 204 ◦ green 115 ◦ blue 202

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

Shades of Orchid #CC73CA

Tints of Orchid #CC73CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.77%

R = 39.16%
G = 22.07%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC73CA (or 0xCC73CA) is known color: Orchid. HEX triplet: CC, 73 and CA. RGB value is (204,115,202). Sum of RGB (Red+Green+Blue) = 204+115+202=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73CA is #338C35. Grayscale: #979797. Windows color (decimal): -3378230 or 13267916. OLE color: 13267916.

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

Color convert

RGB 204 115 202 -
CMYK 0 0.44 0.01 0.2
HSL 301.35º 0.47% 0.63% -
HSV(B) 301.35º 0.44% 0.8% -
XYZ 41.69 29.36 59.35 -
YUV 151.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 204 115 202 0 0.44 0.01 0.2 301.35 0.47 0.63
Hex CC 73 CA 0 2C 1 14 12D 2F 3F
Octal 314 163 312 0 54 1 24 455 57 77
Binary 11001100 1110011 11001010 0 101100 1 10100 100101101 101111 111111

Color Harmonies of #CC73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73CA

Black with #CC73CA

Text Example


Text Example

White with #CC73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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