Html Css Color HEX #CC77CF Orchid

📋 copy color: '#CC77CF'

red 204 ◦ green 119 ◦ blue 207

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

Shades of Orchid #CC77CF

Tints of Orchid #CC77CF

RGB

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

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

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

R = 38.49%
G = 22.45%
B = 39.06%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC77CF (or 0xCC77CF) is known color: Orchid. HEX triplet: CC, 77 and CF. RGB value is (204,119,207). Sum of RGB (Red+Green+Blue) = 204+119+207=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77CF is #338830. Grayscale: #9A9A9A. Windows color (decimal): -3377201 or 13596620. OLE color: 13596620.

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

Color convert

RGB 204 119 207 -
CMYK 0.01 0.43 0 0.19
HSL 297.95º 0.48% 0.64% -
HSV(B) 297.95º 0.43% 0.81% -
XYZ 42.76 30.54 62.67 -
YUV 154.45 157.66 163.34 -
System Red Green Blue C M Y K H S L
Decimal 204 119 207 0.01 0.43 0 0.19 297.95 0.48 0.64
Hex CC 77 CF 1 2B 0 13 12A 30 40
Octal 314 167 317 1 53 0 23 452 60 100
Binary 11001100 1110111 11001111 1 101011 0 10011 100101010 110000 1000000

Color Harmonies of #CC77CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77CF

Black with #CC77CF

Text Example


Text Example

White with #CC77CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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