Html Css Color HEX #C872C7 Orchid

📋 copy color: '#C872C7'

red 200 ◦ green 114 ◦ blue 199

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

Shades of Orchid #C872C7

Tints of Orchid #C872C7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.22%

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

R = 38.99%
G = 22.22%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C872C7 (or 0xC872C7) is known color: Orchid. HEX triplet: C8, 72 and C7. RGB value is (200,114,199). Sum of RGB (Red+Green+Blue) = 200+114+199=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C872C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872C7 is #378D38. Grayscale: #959595. Windows color (decimal): -3640633 or 13071048. OLE color: 13071048.

HSL color Cylindrical-coordinate representation of color #C872C7: hue angle of 300.7º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C872C7 is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 114 199 -
CMYK 0 0.43 0.00 0.22
HSL 300.7º 0.44% 0.62% -
HSV(B) 300.7º 0.43% 0.78% -
XYZ 40.15 28.44 57.41 -
YUV 149.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 200 114 199 0 0.43 0.00 0.22 300.7 0.44 0.62
Hex C8 72 C7 0 2B 0 16 12D 2C 3E
Octal 310 162 307 0 53 0 26 455 54 76
Binary 11001000 1110010 11000111 0 101011 0 10110 100101101 101100 111110

Color Harmonies of #C872C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872C7

Black with #C872C7

Text Example


Text Example

White with #C872C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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