Html Css Color HEX #C868D5 Orchid

📋 copy color: '#C868D5'

red 200 ◦ green 104 ◦ blue 213

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

Shades of Orchid #C868D5

Tints of Orchid #C868D5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.12%

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 38.68%
G = 20.12%
B = 41.2%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C868D5 (or 0xC868D5) is known color: Orchid. HEX triplet: C8, 68 and D5. RGB value is (200,104,213). Sum of RGB (Red+Green+Blue) = 200+104+213=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #C868D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868D5 is #37972A. Grayscale: #909090. Windows color (decimal): -3643179 or 13985992. OLE color: 13985992.

HSL color Cylindrical-coordinate representation of color #C868D5: hue angle of 292.84º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C868D5 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 104 213 -
CMYK 0.06 0.51 0 0.16
HSL 292.84º 0.56% 0.62% -
HSV(B) 292.84º 0.51% 0.84% -
XYZ 40.78 26.98 66.01 -
YUV 145.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 200 104 213 0.06 0.51 0 0.16 292.84 0.56 0.62
Hex C8 68 D5 6 33 0 10 125 38 3E
Octal 310 150 325 6 63 0 20 445 70 76
Binary 11001000 1101000 11010101 110 110011 0 10000 100100101 111000 111110

Color Harmonies of #C868D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868D5

Black with #C868D5

Text Example


Text Example

White with #C868D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868D5; }

 p { color: rgb(200,104,213); }

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

background-color css

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

 a { background-color: rgb(200,104,213); }

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

border-color css

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

 span { border-color: rgb(200,104,213); }

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