Html Css Color HEX #C782C2 Orchid

📋 copy color: '#C782C2'

red 199 ◦ green 130 ◦ blue 194

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

Shades of Orchid #C782C2

Tints of Orchid #C782C2

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.86%

 BLUE value IS 194 (76.17% from 255) = 37.09%

R = 38.05%
G = 24.86%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C782C2 (or 0xC782C2) is known color: Orchid. HEX triplet: C7, 82 and C2. RGB value is (199,130,194). Sum of RGB (Red+Green+Blue) = 199+130+194=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C782C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782C2 is #387D3D. Grayscale: #9D9D9D. Windows color (decimal): -3702078 or 12747463. OLE color: 12747463.

HSL color Cylindrical-coordinate representation of color #C782C2: hue angle of 304.35º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C782C2 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 130 194 -
CMYK 0 0.35 0.03 0.22
HSL 304.35º 0.38% 0.65% -
HSV(B) 304.35º 0.35% 0.78% -
XYZ 41.27 32 55.04 -
YUV 157.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 199 130 194 0 0.35 0.03 0.22 304.35 0.38 0.65
Hex C7 82 C2 0 23 3 16 130 26 41
Octal 307 202 302 0 43 3 26 460 46 101
Binary 11000111 10000010 11000010 0 100011 11 10110 100110000 100110 1000001

Color Harmonies of #C782C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C782C2

Black with #C782C2

Text Example


Text Example

White with #C782C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C782C2; }

 p { color: rgb(199,130,194); }

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

background-color css

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

 a { background-color: rgb(199,130,194); }

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

border-color css

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

 span { border-color: rgb(199,130,194); }

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