Html Css Color HEX #C77ECF Orchid

📋 copy color: '#C77ECF'

red 199 ◦ green 126 ◦ blue 207

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

Shades of Orchid #C77ECF

Tints of Orchid #C77ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.68%

 BLUE value IS 207 (81.25% from 255) = 38.91%

R = 37.41%
G = 23.68%
B = 38.91%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C77ECF (or 0xC77ECF) is known color: Orchid. HEX triplet: C7, 7E and CF. RGB value is (199,126,207). Sum of RGB (Red+Green+Blue) = 199+126+207=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #C77ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ECF is #388130. Grayscale: #9C9C9C. Windows color (decimal): -3703089 or 13598407. OLE color: 13598407.

HSL color Cylindrical-coordinate representation of color #C77ECF: hue angle of 294.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77ECF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 126 207 -
CMYK 0.04 0.39 0 0.19
HSL 294.07º 0.46% 0.65% -
HSV(B) 294.07º 0.39% 0.81% -
XYZ 42.28 31.57 62.9 -
YUV 157.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 199 126 207 0.04 0.39 0 0.19 294.07 0.46 0.65
Hex C7 7E CF 4 27 0 13 126 2E 41
Octal 307 176 317 4 47 0 23 446 56 101
Binary 11000111 1111110 11001111 100 100111 0 10011 100100110 101110 1000001

Color Harmonies of #C77ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77ECF

Black with #C77ECF

Text Example


Text Example

White with #C77ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77ECF; }

 p { color: rgb(199,126,207); }

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

background-color css

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

 a { background-color: rgb(199,126,207); }

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

border-color css

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

 span { border-color: rgb(199,126,207); }

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