Html Css Color HEX #C771C4 Orchid

📋 copy color: '#C771C4'

red 199 ◦ green 113 ◦ blue 196

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

Shades of Orchid #C771C4

Tints of Orchid #C771C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.58%

R = 39.17%
G = 22.24%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C771C4 (or 0xC771C4) is known color: Orchid. HEX triplet: C7, 71 and C4. RGB value is (199,113,196). Sum of RGB (Red+Green+Blue) = 199+113+196=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C771C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771C4 is #388E3B. Grayscale: #939393. Windows color (decimal): -3706428 or 12874183. OLE color: 12874183.

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

Color convert

RGB 199 113 196 -
CMYK 0 0.43 0.02 0.22
HSL 302.09º 0.43% 0.61% -
HSV(B) 302.09º 0.43% 0.78% -
XYZ 39.42 27.94 55.54 -
YUV 148.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 199 113 196 0 0.43 0.02 0.22 302.09 0.43 0.61
Hex C7 71 C4 0 2B 2 16 12E 2B 3D
Octal 307 161 304 0 53 2 26 456 53 75
Binary 11000111 1110001 11000100 0 101011 10 10110 100101110 101011 111101

Color Harmonies of #C771C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771C4

Black with #C771C4

Text Example


Text Example

White with #C771C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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