Html Css Color HEX #C77DC3 Orchid

📋 copy color: '#C77DC3'

red 199 ◦ green 125 ◦ blue 195

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

Shades of Orchid #C77DC3

Tints of Orchid #C77DC3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.08%

 BLUE value IS 195 (76.56% from 255) = 37.57%

R = 38.34%
G = 24.08%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C77DC3 (or 0xC77DC3) is known color: Orchid. HEX triplet: C7, 7D and C3. RGB value is (199,125,195). Sum of RGB (Red+Green+Blue) = 199+125+195=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DC3 is #38823C. Grayscale: #9A9A9A. Windows color (decimal): -3703357 or 12811719. OLE color: 12811719.

HSL color Cylindrical-coordinate representation of color #C77DC3: hue angle of 303.24º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77DC3 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 125 195 -
CMYK 0 0.37 0.02 0.22
HSL 303.24º 0.4% 0.64% -
HSV(B) 303.24º 0.37% 0.78% -
XYZ 40.74 30.75 55.42 -
YUV 155.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 199 125 195 0 0.37 0.02 0.22 303.24 0.4 0.64
Hex C7 7D C3 0 25 2 16 12F 28 40
Octal 307 175 303 0 45 2 26 457 50 100
Binary 11000111 1111101 11000011 0 100101 10 10110 100101111 101000 1000000

Color Harmonies of #C77DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77DC3

Black with #C77DC3

Text Example


Text Example

White with #C77DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77DC3; }

 p { color: rgb(199,125,195); }

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

background-color css

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

 a { background-color: rgb(199,125,195); }

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

border-color css

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

 span { border-color: rgb(199,125,195); }

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