Html Css Color HEX #CC73DA Orchid

📋 copy color: '#CC73DA'

red 204 ◦ green 115 ◦ blue 218

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

Shades of Orchid #CC73DA

Tints of Orchid #CC73DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 37.99%
G = 21.42%
B = 40.6%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC73DA (or 0xCC73DA) is known color: Orchid. HEX triplet: CC, 73 and DA. RGB value is (204,115,218). Sum of RGB (Red+Green+Blue) = 204+115+218=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73DA is #338C25. Grayscale: #999999. Windows color (decimal): -3378214 or 14316492. OLE color: 14316492.

HSL color Cylindrical-coordinate representation of color #CC73DA: hue angle of 291.84º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC73DA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 115 218 -
CMYK 0.06 0.47 0 0.15
HSL 291.84º 0.58% 0.65% -
HSV(B) 291.84º 0.47% 0.85% -
XYZ 43.69 30.16 69.85 -
YUV 153.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 204 115 218 0.06 0.47 0 0.15 291.84 0.58 0.65
Hex CC 73 DA 6 2F 0 F 124 3A 41
Octal 314 163 332 6 57 0 17 444 72 101
Binary 11001100 1110011 11011010 110 101111 0 1111 100100100 111010 1000001

Color Harmonies of #CC73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73DA

Black with #CC73DA

Text Example


Text Example

White with #CC73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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