Html Css Color HEX #C882D2 Orchid

📋 copy color: '#C882D2'

red 200 ◦ green 130 ◦ blue 210

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

Shades of Orchid #C882D2

Tints of Orchid #C882D2

RGB

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

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

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

R = 37.04%
G = 24.07%
B = 38.89%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C882D2 (or 0xC882D2) is known color: Orchid. HEX triplet: C8, 82 and D2. RGB value is (200,130,210). Sum of RGB (Red+Green+Blue) = 200+130+210=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #C882D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882D2 is #377D2D. Grayscale: #9F9F9F. Windows color (decimal): -3636526 or 13796040. OLE color: 13796040.

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

Color convert

RGB 200 130 210 -
CMYK 0.05 0.38 0 0.18
HSL 292.5º 0.47% 0.67% -
HSV(B) 292.5º 0.38% 0.82% -
XYZ 43.43 32.9 65.03 -
YUV 160.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 200 130 210 0.05 0.38 0 0.18 292.5 0.47 0.67
Hex C8 82 D2 5 26 0 12 124 2F 43
Octal 310 202 322 5 46 0 22 444 57 103
Binary 11001000 10000010 11010010 101 100110 0 10010 100100100 101111 1000011

Color Harmonies of #C882D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882D2

Black with #C882D2

Text Example


Text Example

White with #C882D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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