Html Css Color HEX #C875D4 Orchid

📋 copy color: '#C875D4'

red 200 ◦ green 117 ◦ blue 212

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

Shades of Orchid #C875D4

Tints of Orchid #C875D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.08%

R = 37.81%
G = 22.12%
B = 40.08%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C875D4 (or 0xC875D4) is known color: Orchid. HEX triplet: C8, 75 and D4. RGB value is (200,117,212). Sum of RGB (Red+Green+Blue) = 200+117+212=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #C875D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875D4 is #378A2B. Grayscale: #989898. Windows color (decimal): -3639852 or 13923784. OLE color: 13923784.

HSL color Cylindrical-coordinate representation of color #C875D4: hue angle of 292.42º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C875D4 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 117 212 -
CMYK 0.06 0.45 0 0.17
HSL 292.42º 0.52% 0.65% -
HSV(B) 292.42º 0.45% 0.83% -
XYZ 42.06 29.76 65.81 -
YUV 152.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 200 117 212 0.06 0.45 0 0.17 292.42 0.52 0.65
Hex C8 75 D4 6 2D 0 11 124 34 41
Octal 310 165 324 6 55 0 21 444 64 101
Binary 11001000 1110101 11010100 110 101101 0 10001 100100100 110100 1000001

Color Harmonies of #C875D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875D4

Black with #C875D4

Text Example


Text Example

White with #C875D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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