Html Css Color HEX #C875DE Orchid

📋 copy color: '#C875DE'

red 200 ◦ green 117 ◦ blue 222

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

Shades of Orchid #C875DE

Tints of Orchid #C875DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 37.11%
G = 21.71%
B = 41.19%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C875DE (or 0xC875DE) is known color: Orchid. HEX triplet: C8, 75 and DE. RGB value is (200,117,222). Sum of RGB (Red+Green+Blue) = 200+117+222=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #C875DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875DE is #378A21. Grayscale: #999999. Windows color (decimal): -3639842 or 14579144. OLE color: 14579144.

HSL color Cylindrical-coordinate representation of color #C875DE: hue angle of 287.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C875DE is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 117 222 -
CMYK 0.10 0.47 0 0.13
HSL 287.43º 0.61% 0.66% -
HSV(B) 287.43º 0.47% 0.87% -
XYZ 43.37 30.28 72.67 -
YUV 153.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 200 117 222 0.10 0.47 0 0.13 287.43 0.61 0.66
Hex C8 75 DE A 2F 0 D 11F 3D 42
Octal 310 165 336 12 57 0 15 437 75 102
Binary 11001000 1110101 11011110 1010 101111 0 1101 100011111 111101 1000010

Color Harmonies of #C875DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C875DE

Black with #C875DE

Text Example


Text Example

White with #C875DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C875DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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