Html Css Color HEX #C76FD2 Orchid

📋 copy color: '#C76FD2'

red 199 ◦ green 111 ◦ blue 210

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

Shades of Orchid #C76FD2

Tints of Orchid #C76FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.38%

R = 38.27%
G = 21.35%
B = 40.38%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C76FD2 (or 0xC76FD2) is known color: Orchid. HEX triplet: C7, 6F and D2. RGB value is (199,111,210). Sum of RGB (Red+Green+Blue) = 199+111+210=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #C76FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FD2 is #38902D. Grayscale: #949494. Windows color (decimal): -3706926 or 13791175. OLE color: 13791175.

HSL color Cylindrical-coordinate representation of color #C76FD2: hue angle of 293.33º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76FD2 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 111 210 -
CMYK 0.05 0.47 0 0.18
HSL 293.33º 0.52% 0.63% -
HSV(B) 293.33º 0.47% 0.82% -
XYZ 40.87 28.16 64.25 -
YUV 148.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 199 111 210 0.05 0.47 0 0.18 293.33 0.52 0.63
Hex C7 6F D2 5 2F 0 12 125 34 3F
Octal 307 157 322 5 57 0 22 445 64 77
Binary 11000111 1101111 11010010 101 101111 0 10010 100100101 110100 111111

Color Harmonies of #C76FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FD2

Black with #C76FD2

Text Example


Text Example

White with #C76FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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