Html Css Color HEX #C883C6 Orchid

📋 copy color: '#C883C6'

red 200 ◦ green 131 ◦ blue 198

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

Shades of Orchid #C883C6

Tints of Orchid #C883C6

RGB

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

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

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

R = 37.81%
G = 24.76%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C883C6 (or 0xC883C6) is known color: Orchid. HEX triplet: C8, 83 and C6. RGB value is (200,131,198). Sum of RGB (Red+Green+Blue) = 200+131+198=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C883C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883C6 is #377C39. Grayscale: #9F9F9F. Windows color (decimal): -3636282 or 13009864. OLE color: 13009864.

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

Color convert

RGB 200 131 198 -
CMYK 0 0.34 0.01 0.22
HSL 301.74º 0.39% 0.65% -
HSV(B) 301.74º 0.35% 0.78% -
XYZ 42.13 32.59 57.5 -
YUV 159.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 200 131 198 0 0.34 0.01 0.22 301.74 0.39 0.65
Hex C8 83 C6 0 22 1 16 12E 27 41
Octal 310 203 306 0 42 1 26 456 47 101
Binary 11001000 10000011 11000110 0 100010 1 10110 100101110 100111 1000001

Color Harmonies of #C883C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883C6

Black with #C883C6

Text Example


Text Example

White with #C883C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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