Html Css Color HEX #C875CF Orchid

📋 copy color: '#C875CF'

red 200 ◦ green 117 ◦ blue 207

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

Shades of Orchid #C875CF

Tints of Orchid #C875CF

RGB

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

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

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

R = 38.17%
G = 22.33%
B = 39.5%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C875CF (or 0xC875CF) is known color: Orchid. HEX triplet: C8, 75 and CF. RGB value is (200,117,207). Sum of RGB (Red+Green+Blue) = 200+117+207=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #C875CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875CF is #378A30. Grayscale: #979797. Windows color (decimal): -3639857 or 13596104. OLE color: 13596104.

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

Color convert

RGB 200 117 207 -
CMYK 0.03 0.43 0 0.19
HSL 295.33º 0.48% 0.64% -
HSV(B) 295.33º 0.43% 0.81% -
XYZ 41.44 29.51 62.54 -
YUV 152.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 200 117 207 0.03 0.43 0 0.19 295.33 0.48 0.64
Hex C8 75 CF 3 2B 0 13 127 30 40
Octal 310 165 317 3 53 0 23 447 60 100
Binary 11001000 1110101 11001111 11 101011 0 10011 100100111 110000 1000000

Color Harmonies of #C875CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875CF

Black with #C875CF

Text Example


Text Example

White with #C875CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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