Html Css Color HEX #C875DA Orchid

📋 copy color: '#C875DA'

red 200 ◦ green 117 ◦ blue 218

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

Shades of Orchid #C875DA

Tints of Orchid #C875DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 37.38%
G = 21.87%
B = 40.75%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C875DA (or 0xC875DA) is known color: Orchid. HEX triplet: C8, 75 and DA. RGB value is (200,117,218). Sum of RGB (Red+Green+Blue) = 200+117+218=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #C875DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875DA is #378A25. Grayscale: #999999. Windows color (decimal): -3639846 or 14317000. OLE color: 14317000.

HSL color Cylindrical-coordinate representation of color #C875DA: hue angle of 289.31º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C875DA is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 117 218 -
CMYK 0.08 0.46 0 0.15
HSL 289.31º 0.58% 0.66% -
HSV(B) 289.31º 0.46% 0.85% -
XYZ 42.84 30.06 69.87 -
YUV 153.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 200 117 218 0.08 0.46 0 0.15 289.31 0.58 0.66
Hex C8 75 DA 8 2E 0 F 121 3A 42
Octal 310 165 332 10 56 0 17 441 72 102
Binary 11001000 1110101 11011010 1000 101110 0 1111 100100001 111010 1000010

Color Harmonies of #C875DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875DA

Black with #C875DA

Text Example


Text Example

White with #C875DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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