Html Css Color HEX #C882C3 Orchid

📋 copy color: '#C882C3'

red 200 ◦ green 130 ◦ blue 195

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

Shades of Orchid #C882C3

Tints of Orchid #C882C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.14%

R = 38.1%
G = 24.76%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C882C3 (or 0xC882C3) is known color: Orchid. HEX triplet: C8, 82 and C3. RGB value is (200,130,195). Sum of RGB (Red+Green+Blue) = 200+130+195=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C882C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882C3 is #377D3C. Grayscale: #9E9E9E. Windows color (decimal): -3636541 or 12813000. OLE color: 12813000.

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

Color convert

RGB 200 130 195 -
CMYK 0 0.35 0.02 0.22
HSL 304.29º 0.39% 0.65% -
HSV(B) 304.29º 0.35% 0.78% -
XYZ 41.65 32.18 55.65 -
YUV 158.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 200 130 195 0 0.35 0.02 0.22 304.29 0.39 0.65
Hex C8 82 C3 0 23 2 16 130 27 41
Octal 310 202 303 0 43 2 26 460 47 101
Binary 11001000 10000010 11000011 0 100011 10 10110 100110000 100111 1000001

Color Harmonies of #C882C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882C3

Black with #C882C3

Text Example


Text Example

White with #C882C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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