Html Css Color HEX #C771CB Orchid

📋 copy color: '#C771CB'

red 199 ◦ green 113 ◦ blue 203

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

Shades of Orchid #C771CB

Tints of Orchid #C771CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 38.64%
G = 21.94%
B = 39.42%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C771CB (or 0xC771CB) is known color: Orchid. HEX triplet: C7, 71 and CB. RGB value is (199,113,203). Sum of RGB (Red+Green+Blue) = 199+113+203=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #C771CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771CB is #388E34. Grayscale: #949494. Windows color (decimal): -3706421 or 13332935. OLE color: 13332935.

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

Color convert

RGB 199 113 203 -
CMYK 0.02 0.44 0 0.20
HSL 297.33º 0.46% 0.62% -
HSV(B) 297.33º 0.44% 0.8% -
XYZ 40.24 28.26 59.83 -
YUV 148.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 199 113 203 0.02 0.44 0 0.20 297.33 0.46 0.62
Hex C7 71 CB 2 2C 0 14 129 2E 3E
Octal 307 161 313 2 54 0 24 451 56 76
Binary 11000111 1110001 11001011 10 101100 0 10100 100101001 101110 111110

Color Harmonies of #C771CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771CB

Black with #C771CB

Text Example


Text Example

White with #C771CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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