Html Css Color HEX #C779CA Orchid

📋 copy color: '#C779CA'

red 199 ◦ green 121 ◦ blue 202

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

Shades of Orchid #C779CA

Tints of Orchid #C779CA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.18%

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 38.12%
G = 23.18%
B = 38.7%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C779CA (or 0xC779CA) is known color: Orchid. HEX triplet: C7, 79 and CA. RGB value is (199,121,202). Sum of RGB (Red+Green+Blue) = 199+121+202=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #C779CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779CA is #388635. Grayscale: #999999. Windows color (decimal): -3704374 or 13269447. OLE color: 13269447.

HSL color Cylindrical-coordinate representation of color #C779CA: hue angle of 297.78º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C779CA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 121 202 -
CMYK 0.01 0.40 0 0.21
HSL 297.78º 0.43% 0.63% -
HSV(B) 297.78º 0.4% 0.79% -
XYZ 41.05 30.08 59.52 -
YUV 153.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 199 121 202 0.01 0.40 0 0.21 297.78 0.43 0.63
Hex C7 79 CA 1 28 0 15 12A 2B 3F
Octal 307 171 312 1 50 0 25 452 53 77
Binary 11000111 1111001 11001010 1 101000 0 10101 100101010 101011 111111

Color Harmonies of #C779CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779CA

Black with #C779CA

Text Example


Text Example

White with #C779CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779CA; }

 p { color: rgb(199,121,202); }

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

background-color css

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

 a { background-color: rgb(199,121,202); }

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

border-color css

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

 span { border-color: rgb(199,121,202); }

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