Html Css Color HEX #C883CF Orchid

📋 copy color: '#C883CF'

red 200 ◦ green 131 ◦ blue 207

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

Shades of Orchid #C883CF

Tints of Orchid #C883CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 37.17%
G = 24.35%
B = 38.48%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C883CF (or 0xC883CF) is known color: Orchid. HEX triplet: C8, 83 and CF. RGB value is (200,131,207). Sum of RGB (Red+Green+Blue) = 200+131+207=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #C883CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883CF is #377C30. Grayscale: #A0A0A0. Windows color (decimal): -3636273 or 13599688. OLE color: 13599688.

HSL color Cylindrical-coordinate representation of color #C883CF: hue angle of 294.47º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C883CF is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 131 207 -
CMYK 0.03 0.37 0 0.19
HSL 294.47º 0.44% 0.66% -
HSV(B) 294.47º 0.37% 0.81% -
XYZ 43.2 33.02 63.13 -
YUV 160.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 200 131 207 0.03 0.37 0 0.19 294.47 0.44 0.66
Hex C8 83 CF 3 25 0 13 126 2C 42
Octal 310 203 317 3 45 0 23 446 54 102
Binary 11001000 10000011 11001111 11 100101 0 10011 100100110 101100 1000010

Color Harmonies of #C883CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883CF

Black with #C883CF

Text Example


Text Example

White with #C883CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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