Html Css Color HEX #C671D8 Orchid

📋 copy color: '#C671D8'

red 198 ◦ green 113 ◦ blue 216

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

Shades of Orchid #C671D8

Tints of Orchid #C671D8

RGB

 RED value IS 198 (77.73% from 255) = 37.57%

 GREEN value IS 113 (44.53% from 255) = 21.44%

 BLUE value IS 216 (84.77% from 255) = 40.99%

R = 37.57%
G = 21.44%
B = 40.99%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C671D8 (or 0xC671D8) is known color: Orchid. HEX triplet: C6, 71 and D8. RGB value is (198,113,216). Sum of RGB (Red+Green+Blue) = 198+113+216=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #C671D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671D8 is #398E27. Grayscale: #959595. Windows color (decimal): -3771944 or 14184902. OLE color: 14184902.

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

Color convert

RGB 198 113 216 -
CMYK 0.08 0.48 0 0.15
HSL 289.51º 0.57% 0.65% -
HSV(B) 289.51º 0.48% 0.85% -
XYZ 41.59 28.77 68.33 -
YUV 150.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 198 113 216 0.08 0.48 0 0.15 289.51 0.57 0.65
Hex C6 71 D8 8 30 0 F 122 39 41
Octal 306 161 330 10 60 0 17 442 71 101
Binary 11000110 1110001 11011000 1000 110000 0 1111 100100010 111001 1000001

Color Harmonies of #C671D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C671D8

Black with #C671D8

Text Example


Text Example

White with #C671D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C671D8; }

 p { color: rgb(198,113,216); }

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

background-color css

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

 a { background-color: rgb(198,113,216); }

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

border-color css

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

 span { border-color: rgb(198,113,216); }

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