Html Css Color HEX #CC73CF Orchid

📋 copy color: '#CC73CF'

red 204 ◦ green 115 ◦ blue 207

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

Shades of Orchid #CC73CF

Tints of Orchid #CC73CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 38.78%
G = 21.86%
B = 39.35%

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

#CC73CF (or 0xCC73CF) is known color: Orchid. HEX triplet: CC, 73 and CF. RGB value is (204,115,207). Sum of RGB (Red+Green+Blue) = 204+115+207=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC73CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73CF is #338C30. Grayscale: #979797. Windows color (decimal): -3378225 or 13595596. OLE color: 13595596.

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

Color convert

RGB 204 115 207 -
CMYK 0.01 0.44 0 0.19
HSL 298.04º 0.49% 0.63% -
HSV(B) 298.04º 0.44% 0.81% -
XYZ 42.3 29.6 62.52 -
YUV 152.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 204 115 207 0.01 0.44 0 0.19 298.04 0.49 0.63
Hex CC 73 CF 1 2C 0 13 12A 31 3F
Octal 314 163 317 1 54 0 23 452 61 77
Binary 11001100 1110011 11001111 1 101100 0 10011 100101010 110001 111111

Color Harmonies of #CC73CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73CF

Black with #CC73CF

Text Example


Text Example

White with #CC73CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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