Html Css Color HEX #CC73DF Orchid

📋 copy color: '#CC73DF'

red 204 ◦ green 115 ◦ blue 223

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

Shades of Orchid #CC73DF

Tints of Orchid #CC73DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 37.64%
G = 21.22%
B = 41.14%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC73DF (or 0xCC73DF) is known color: Orchid. HEX triplet: CC, 73 and DF. RGB value is (204,115,223). Sum of RGB (Red+Green+Blue) = 204+115+223=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73DF is #338C20. Grayscale: #999999. Windows color (decimal): -3378209 or 14644172. OLE color: 14644172.

HSL color Cylindrical-coordinate representation of color #CC73DF: hue angle of 289.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC73DF is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 115 223 -
CMYK 0.09 0.48 0 0.13
HSL 289.44º 0.63% 0.66% -
HSV(B) 289.44º 0.48% 0.87% -
XYZ 44.35 30.43 73.35 -
YUV 153.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 204 115 223 0.09 0.48 0 0.13 289.44 0.63 0.66
Hex CC 73 DF 9 30 0 D 121 3F 42
Octal 314 163 337 11 60 0 15 441 77 102
Binary 11001100 1110011 11011111 1001 110000 0 1101 100100001 111111 1000010

Color Harmonies of #CC73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73DF

Black with #CC73DF

Text Example


Text Example

White with #CC73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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