Html Css Color HEX #C86FDA Orchid

📋 copy color: '#C86FDA'

red 200 ◦ green 111 ◦ blue 218

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

Shades of Orchid #C86FDA

Tints of Orchid #C86FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.98%

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

R = 37.81%
G = 20.98%
B = 41.21%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C86FDA (or 0xC86FDA) is known color: Orchid. HEX triplet: C8, 6F and DA. RGB value is (200,111,218). Sum of RGB (Red+Green+Blue) = 200+111+218=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #C86FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FDA is #379025. Grayscale: #959595. Windows color (decimal): -3641382 or 14315464. OLE color: 14315464.

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

Color convert

RGB 200 111 218 -
CMYK 0.08 0.49 0 0.15
HSL 289.91º 0.59% 0.65% -
HSV(B) 289.91º 0.49% 0.85% -
XYZ 42.16 28.71 69.65 -
YUV 149.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 200 111 218 0.08 0.49 0 0.15 289.91 0.59 0.65
Hex C8 6F DA 8 31 0 F 122 3B 41
Octal 310 157 332 10 61 0 17 442 73 101
Binary 11001000 1101111 11011010 1000 110001 0 1111 100100010 111011 1000001

Color Harmonies of #C86FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FDA

Black with #C86FDA

Text Example


Text Example

White with #C86FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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