Html Css Color HEX #C771CA Orchid

📋 copy color: '#C771CA'

red 199 ◦ green 113 ◦ blue 202

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

Shades of Orchid #C771CA

Tints of Orchid #C771CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.98%

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

R = 38.72%
G = 21.98%
B = 39.3%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C771CA (or 0xC771CA) is known color: Orchid. HEX triplet: C7, 71 and CA. RGB value is (199,113,202). Sum of RGB (Red+Green+Blue) = 199+113+202=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #C771CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771CA is #388E35. Grayscale: #949494. Windows color (decimal): -3706422 or 13267399. OLE color: 13267399.

HSL color Cylindrical-coordinate representation of color #C771CA: hue angle of 297.98º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C771CA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 113 202 -
CMYK 0.01 0.44 0 0.21
HSL 297.98º 0.46% 0.62% -
HSV(B) 297.98º 0.44% 0.79% -
XYZ 40.12 28.22 59.21 -
YUV 148.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 199 113 202 0.01 0.44 0 0.21 297.98 0.46 0.62
Hex C7 71 CA 1 2C 0 15 12A 2E 3E
Octal 307 161 312 1 54 0 25 452 56 76
Binary 11000111 1110001 11001010 1 101100 0 10101 100101010 101110 111110

Color Harmonies of #C771CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771CA

Black with #C771CA

Text Example


Text Example

White with #C771CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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