Html Css Color HEX #C873CC Orchid

📋 copy color: '#C873CC'

red 200 ◦ green 115 ◦ blue 204

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

Shades of Orchid #C873CC

Tints of Orchid #C873CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.16%

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 38.54%
G = 22.16%
B = 39.31%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C873CC (or 0xC873CC) is known color: Orchid. HEX triplet: C8, 73 and CC. RGB value is (200,115,204). Sum of RGB (Red+Green+Blue) = 200+115+204=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #C873CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873CC is #378C33. Grayscale: #969696. Windows color (decimal): -3640372 or 13398984. OLE color: 13398984.

HSL color Cylindrical-coordinate representation of color #C873CC: hue angle of 297.3º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C873CC is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 115 204 -
CMYK 0.02 0.44 0 0.2
HSL 297.3º 0.47% 0.63% -
HSV(B) 297.3º 0.44% 0.8% -
XYZ 40.85 28.9 60.55 -
YUV 150.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 200 115 204 0.02 0.44 0 0.2 297.3 0.47 0.63
Hex C8 73 CC 2 2C 0 14 129 2F 3F
Octal 310 163 314 2 54 0 24 451 57 77
Binary 11001000 1110011 11001100 10 101100 0 10100 100101001 101111 111111

Color Harmonies of #C873CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C873CC

Black with #C873CC

Text Example


Text Example

White with #C873CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C873CC; }

 p { color: rgb(200,115,204); }

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

background-color css

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

 a { background-color: rgb(200,115,204); }

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

border-color css

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

 span { border-color: rgb(200,115,204); }

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