Html Css Color HEX #C883C7 Orchid

📋 copy color: '#C883C7'

red 200 ◦ green 131 ◦ blue 199

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

Shades of Orchid #C883C7

Tints of Orchid #C883C7

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.72%

 BLUE value IS 199 (78.13% from 255) = 37.55%

R = 37.74%
G = 24.72%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C883C7 (or 0xC883C7) is known color: Orchid. HEX triplet: C8, 83 and C7. RGB value is (200,131,199). Sum of RGB (Red+Green+Blue) = 200+131+199=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C883C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883C7 is #377C38. Grayscale: #9F9F9F. Windows color (decimal): -3636281 or 13075400. OLE color: 13075400.

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

Color convert

RGB 200 131 199 -
CMYK 0 0.34 0.00 0.22
HSL 300.87º 0.39% 0.65% -
HSV(B) 300.87º 0.35% 0.78% -
XYZ 42.24 32.64 58.11 -
YUV 159.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 200 131 199 0 0.34 0.00 0.22 300.87 0.39 0.65
Hex C8 83 C7 0 22 0 16 12D 27 41
Octal 310 203 307 0 42 0 26 455 47 101
Binary 11001000 10000011 11000111 0 100010 0 10110 100101101 100111 1000001

Color Harmonies of #C883C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883C7

Black with #C883C7

Text Example


Text Example

White with #C883C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883C7; }

 p { color: rgb(200,131,199); }

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

background-color css

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

 a { background-color: rgb(200,131,199); }

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

border-color css

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

 span { border-color: rgb(200,131,199); }

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