Html Css Color HEX #CC77CD Orchid

📋 copy color: '#CC77CD'

red 204 ◦ green 119 ◦ blue 205

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

Shades of Orchid #CC77CD

Tints of Orchid #CC77CD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.54%

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 38.64%
G = 22.54%
B = 38.83%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC77CD (or 0xCC77CD) is known color: Orchid. HEX triplet: CC, 77 and CD. RGB value is (204,119,205). Sum of RGB (Red+Green+Blue) = 204+119+205=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77CD is #338832. Grayscale: #999999. Windows color (decimal): -3377203 or 13465548. OLE color: 13465548.

HSL color Cylindrical-coordinate representation of color #CC77CD: hue angle of 299.3º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC77CD is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 119 205 -
CMYK 0.00 0.42 0 0.20
HSL 299.3º 0.46% 0.64% -
HSV(B) 299.3º 0.42% 0.8% -
XYZ 42.52 30.44 61.39 -
YUV 154.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 204 119 205 0.00 0.42 0 0.20 299.3 0.46 0.64
Hex CC 77 CD 0 2A 0 14 12B 2E 40
Octal 314 167 315 0 52 0 24 453 56 100
Binary 11001100 1110111 11001101 0 101010 0 10100 100101011 101110 1000000

Color Harmonies of #CC77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77CD

Black with #CC77CD

Text Example


Text Example

White with #CC77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77CD; }

 p { color: rgb(204,119,205); }

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

background-color css

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

 a { background-color: rgb(204,119,205); }

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

border-color css

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

 span { border-color: rgb(204,119,205); }

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