Html Css Color HEX #C883D6 Orchid

📋 copy color: '#C883D6'

red 200 ◦ green 131 ◦ blue 214

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

Shades of Orchid #C883D6

Tints of Orchid #C883D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.27%

R = 36.7%
G = 24.04%
B = 39.27%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C883D6 (or 0xC883D6) is known color: Orchid. HEX triplet: C8, 83 and D6. RGB value is (200,131,214). Sum of RGB (Red+Green+Blue) = 200+131+214=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #C883D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883D6 is #377C29. Grayscale: #A0A0A0. Windows color (decimal): -3636266 or 14058440. OLE color: 14058440.

HSL color Cylindrical-coordinate representation of color #C883D6: hue angle of 289.88º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C883D6 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 131 214 -
CMYK 0.07 0.39 0 0.16
HSL 289.88º 0.5% 0.68% -
HSV(B) 289.88º 0.39% 0.84% -
XYZ 44.07 33.37 67.74 -
YUV 161.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 200 131 214 0.07 0.39 0 0.16 289.88 0.5 0.68
Hex C8 83 D6 7 27 0 10 122 32 44
Octal 310 203 326 7 47 0 20 442 62 104
Binary 11001000 10000011 11010110 111 100111 0 10000 100100010 110010 1000100

Color Harmonies of #C883D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883D6

Black with #C883D6

Text Example


Text Example

White with #C883D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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