Html Css Color HEX #C76FDE Orchid

📋 copy color: '#C76FDE'

red 199 ◦ green 111 ◦ blue 222

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

Shades of Orchid #C76FDE

Tints of Orchid #C76FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.86%

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 37.41%
G = 20.86%
B = 41.73%

CMYK

 C value IS 0.10

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C76FDE (or 0xC76FDE) is known color: Orchid. HEX triplet: C7, 6F and DE. RGB value is (199,111,222). Sum of RGB (Red+Green+Blue) = 199+111+222=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #C76FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FDE is #389021. Grayscale: #959595. Windows color (decimal): -3706914 or 14577607. OLE color: 14577607.

HSL color Cylindrical-coordinate representation of color #C76FDE: hue angle of 287.57º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76FDE is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 111 222 -
CMYK 0.10 0.5 0 0.13
HSL 287.57º 0.63% 0.65% -
HSV(B) 287.57º 0.5% 0.87% -
XYZ 42.42 28.78 72.43 -
YUV 149.97 168.65 162.97 -
System Red Green Blue C M Y K H S L
Decimal 199 111 222 0.10 0.5 0 0.13 287.57 0.63 0.65
Hex C7 6F DE A 32 0 D 120 3F 41
Octal 307 157 336 12 62 0 15 440 77 101
Binary 11000111 1101111 11011110 1010 110010 0 1101 100100000 111111 1000001

Color Harmonies of #C76FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FDE

Black with #C76FDE

Text Example


Text Example

White with #C76FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FDE; }

 p { color: rgb(199,111,222); }

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

background-color css

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

 a { background-color: rgb(199,111,222); }

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

border-color css

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

 span { border-color: rgb(199,111,222); }

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