Html Css Color HEX #C875CA Orchid

📋 copy color: '#C875CA'

red 200 ◦ green 117 ◦ blue 202

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

Shades of Orchid #C875CA

Tints of Orchid #C875CA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.54%

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 38.54%
G = 22.54%
B = 38.92%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C875CA (or 0xC875CA) is known color: Orchid. HEX triplet: C8, 75 and CA. RGB value is (200,117,202). Sum of RGB (Red+Green+Blue) = 200+117+202=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #C875CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875CA is #378A35. Grayscale: #979797. Windows color (decimal): -3639862 or 13268424. OLE color: 13268424.

HSL color Cylindrical-coordinate representation of color #C875CA: hue angle of 298.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C875CA is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 117 202 -
CMYK 0.01 0.42 0 0.21
HSL 298.59º 0.45% 0.63% -
HSV(B) 298.59º 0.42% 0.79% -
XYZ 40.84 29.27 59.37 -
YUV 151.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 200 117 202 0.01 0.42 0 0.21 298.59 0.45 0.63
Hex C8 75 CA 1 2A 0 15 12B 2D 3F
Octal 310 165 312 1 52 0 25 453 55 77
Binary 11001000 1110101 11001010 1 101010 0 10101 100101011 101101 111111

Color Harmonies of #C875CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875CA

Black with #C875CA

Text Example


Text Example

White with #C875CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875CA; }

 p { color: rgb(200,117,202); }

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

background-color css

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

 a { background-color: rgb(200,117,202); }

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

border-color css

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

 span { border-color: rgb(200,117,202); }

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