Html Css Color HEX #CC73CE Orchid

📋 copy color: '#CC73CE'

red 204 ◦ green 115 ◦ blue 206

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

Shades of Orchid #CC73CE

Tints of Orchid #CC73CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 38.86%
G = 21.9%
B = 39.24%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC73CE (or 0xCC73CE) is known color: Orchid. HEX triplet: CC, 73 and CE. RGB value is (204,115,206). Sum of RGB (Red+Green+Blue) = 204+115+206=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC73CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73CE is #338C31. Grayscale: #979797. Windows color (decimal): -3378226 or 13530060. OLE color: 13530060.

HSL color Cylindrical-coordinate representation of color #CC73CE: hue angle of 298.68º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC73CE is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 115 206 -
CMYK 0.01 0.44 0 0.19
HSL 298.68º 0.48% 0.63% -
HSV(B) 298.68º 0.44% 0.81% -
XYZ 42.17 29.56 61.87 -
YUV 151.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 204 115 206 0.01 0.44 0 0.19 298.68 0.48 0.63
Hex CC 73 CE 1 2C 0 13 12B 30 3F
Octal 314 163 316 1 54 0 23 453 60 77
Binary 11001100 1110011 11001110 1 101100 0 10011 100101011 110000 111111

Color Harmonies of #CC73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73CE

Black with #CC73CE

Text Example


Text Example

White with #CC73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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