Html Css Color HEX #C76DDE Orchid

📋 copy color: '#C76DDE'

red 199 ◦ green 109 ◦ blue 222

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

Shades of Orchid #C76DDE

Tints of Orchid #C76DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.57%

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

R = 37.55%
G = 20.57%
B = 41.89%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C76DDE (or 0xC76DDE) is known color: Orchid. HEX triplet: C7, 6D and DE. RGB value is (199,109,222). Sum of RGB (Red+Green+Blue) = 199+109+222=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #C76DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DDE is #389221. Grayscale: #949494. Windows color (decimal): -3707426 or 14577095. OLE color: 14577095.

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

Color convert

RGB 199 109 222 -
CMYK 0.10 0.51 0 0.13
HSL 287.79º 0.63% 0.65% -
HSV(B) 287.79º 0.51% 0.87% -
XYZ 42.21 28.35 72.36 -
YUV 148.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 199 109 222 0.10 0.51 0 0.13 287.79 0.63 0.65
Hex C7 6D DE A 33 0 D 120 3F 41
Octal 307 155 336 12 63 0 15 440 77 101
Binary 11000111 1101101 11011110 1010 110011 0 1101 100100000 111111 1000001

Color Harmonies of #C76DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76DDE

Black with #C76DDE

Text Example


Text Example

White with #C76DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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