Html Css Color HEX #C777BD Orchid

📋 copy color: '#C777BD'

red 199 ◦ green 119 ◦ blue 189

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

Shades of Orchid #C777BD

Tints of Orchid #C777BD

RGB

 RED value IS 199 (78.13% from 255) = 39.25%

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

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 39.25%
G = 23.47%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C777BD (or 0xC777BD) is known color: Orchid. HEX triplet: C7, 77 and BD. RGB value is (199,119,189). Sum of RGB (Red+Green+Blue) = 199+119+189=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C777BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777BD is #388842. Grayscale: #969696. Windows color (decimal): -3704899 or 12416967. OLE color: 12416967.

HSL color Cylindrical-coordinate representation of color #C777BD: hue angle of 307.5º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C777BD is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 119 189 -
CMYK 0 0.40 0.05 0.22
HSL 307.5º 0.42% 0.62% -
HSV(B) 307.5º 0.4% 0.78% -
XYZ 39.34 29.01 51.67 -
YUV 150.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 199 119 189 0 0.40 0.05 0.22 307.5 0.42 0.62
Hex C7 77 BD 0 28 5 16 134 2A 3E
Octal 307 167 275 0 50 5 26 464 52 76
Binary 11000111 1110111 10111101 0 101000 101 10110 100110100 101010 111110

Color Harmonies of #C777BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C777BD

Black with #C777BD

Text Example


Text Example

White with #C777BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C777BD; }

 p { color: rgb(199,119,189); }

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

background-color css

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

 a { background-color: rgb(199,119,189); }

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

border-color css

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

 span { border-color: rgb(199,119,189); }

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