Html Css Color HEX #C771CC Orchid

📋 copy color: '#C771CC'

red 199 ◦ green 113 ◦ blue 204

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

Shades of Orchid #C771CC

Tints of Orchid #C771CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 38.57%
G = 21.9%
B = 39.53%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C771CC (or 0xC771CC) is known color: Orchid. HEX triplet: C7, 71 and CC. RGB value is (199,113,204). Sum of RGB (Red+Green+Blue) = 199+113+204=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #C771CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771CC is #388E33. Grayscale: #949494. Windows color (decimal): -3706420 or 13398471. OLE color: 13398471.

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

Color convert

RGB 199 113 204 -
CMYK 0.02 0.45 0 0.2
HSL 296.7º 0.47% 0.62% -
HSV(B) 296.7º 0.45% 0.8% -
XYZ 40.36 28.31 60.46 -
YUV 149.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 199 113 204 0.02 0.45 0 0.2 296.7 0.47 0.62
Hex C7 71 CC 2 2D 0 14 129 2F 3E
Octal 307 161 314 2 55 0 24 451 57 76
Binary 11000111 1110001 11001100 10 101101 0 10100 100101001 101111 111110

Color Harmonies of #C771CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C771CC

Black with #C771CC

Text Example


Text Example

White with #C771CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C771CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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