Html Css Color HEX #C76FD5 Orchid

📋 copy color: '#C76FD5'

red 199 ◦ green 111 ◦ blue 213

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

Shades of Orchid #C76FD5

Tints of Orchid #C76FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.73%

R = 38.05%
G = 21.22%
B = 40.73%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C76FD5 (or 0xC76FD5) is known color: Orchid. HEX triplet: C7, 6F and D5. RGB value is (199,111,213). Sum of RGB (Red+Green+Blue) = 199+111+213=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #C76FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FD5 is #38902A. Grayscale: #949494. Windows color (decimal): -3706923 or 13987783. OLE color: 13987783.

HSL color Cylindrical-coordinate representation of color #C76FD5: hue angle of 291.76º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76FD5 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 111 213 -
CMYK 0.07 0.48 0 0.16
HSL 291.76º 0.55% 0.64% -
HSV(B) 291.76º 0.48% 0.84% -
XYZ 41.25 28.32 66.24 -
YUV 148.94 164.15 163.71 -
System Red Green Blue C M Y K H S L
Decimal 199 111 213 0.07 0.48 0 0.16 291.76 0.55 0.64
Hex C7 6F D5 7 30 0 10 124 37 40
Octal 307 157 325 7 60 0 20 444 67 100
Binary 11000111 1101111 11010101 111 110000 0 10000 100100100 110111 1000000

Color Harmonies of #C76FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FD5

Black with #C76FD5

Text Example


Text Example

White with #C76FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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