Html Css Color HEX #C882C6 Orchid

📋 copy color: '#C882C6'

red 200 ◦ green 130 ◦ blue 198

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

Shades of Orchid #C882C6

Tints of Orchid #C882C6

RGB

 RED value IS 200 (78.52% from 255) = 37.88%

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

 BLUE value IS 198 (77.73% from 255) = 37.5%

R = 37.88%
G = 24.62%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C882C6 (or 0xC882C6) is known color: Orchid. HEX triplet: C8, 82 and C6. RGB value is (200,130,198). Sum of RGB (Red+Green+Blue) = 200+130+198=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C882C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882C6 is #377D39. Grayscale: #9E9E9E. Windows color (decimal): -3636538 or 13009608. OLE color: 13009608.

HSL color Cylindrical-coordinate representation of color #C882C6: hue angle of 301.71º degrees, saturation: 0.39, 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 #C882C6 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 198 -
CMYK 0 0.35 0.01 0.22
HSL 301.71º 0.39% 0.65% -
HSV(B) 301.71º 0.35% 0.78% -
XYZ 42 32.32 57.45 -
YUV 158.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 200 130 198 0 0.35 0.01 0.22 301.71 0.39 0.65
Hex C8 82 C6 0 23 1 16 12E 27 41
Octal 310 202 306 0 43 1 26 456 47 101
Binary 11001000 10000010 11000110 0 100011 1 10110 100101110 100111 1000001

Color Harmonies of #C882C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882C6

Black with #C882C6

Text Example


Text Example

White with #C882C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882C6; }

 p { color: rgb(200,130,198); }

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

background-color css

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

 a { background-color: rgb(200,130,198); }

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

border-color css

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

 span { border-color: rgb(200,130,198); }

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