Html Css Color HEX #C882C2 Orchid

📋 copy color: '#C882C2'

red 200 ◦ green 130 ◦ blue 194

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

Shades of Orchid #C882C2

Tints of Orchid #C882C2

RGB

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

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

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

R = 38.17%
G = 24.81%
B = 37.02%

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

#C882C2 (or 0xC882C2) is known color: Orchid. HEX triplet: C8, 82 and C2. RGB value is (200,130,194). Sum of RGB (Red+Green+Blue) = 200+130+194=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C882C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882C2 is #377D3D. Grayscale: #9E9E9E. Windows color (decimal): -3636542 or 12747464. OLE color: 12747464.

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

Color convert

RGB 200 130 194 -
CMYK 0 0.35 0.03 0.22
HSL 305.14º 0.39% 0.65% -
HSV(B) 305.14º 0.35% 0.78% -
XYZ 41.54 32.14 55.05 -
YUV 158.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 200 130 194 0 0.35 0.03 0.22 305.14 0.39 0.65
Hex C8 82 C2 0 23 3 16 131 27 41
Octal 310 202 302 0 43 3 26 461 47 101
Binary 11001000 10000010 11000010 0 100011 11 10110 100110001 100111 1000001

Color Harmonies of #C882C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882C2

Black with #C882C2

Text Example


Text Example

White with #C882C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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