Html Css Color HEX #C671E1 Orchid

📋 copy color: '#C671E1'

red 198 ◦ green 113 ◦ blue 225

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

Shades of Orchid #C671E1

Tints of Orchid #C671E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.98%

R = 36.94%
G = 21.08%
B = 41.98%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C671E1 (or 0xC671E1) is known color: Orchid. HEX triplet: C6, 71 and E1. RGB value is (198,113,225). Sum of RGB (Red+Green+Blue) = 198+113+225=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #C671E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671E1 is #398E1E. Grayscale: #969696. Windows color (decimal): -3771935 or 14774726. OLE color: 14774726.

HSL color Cylindrical-coordinate representation of color #C671E1: hue angle of 285.54º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C671E1 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 113 225 -
CMYK 0.12 0.50 0 0.12
HSL 285.54º 0.65% 0.66% -
HSV(B) 285.54º 0.5% 0.88% -
XYZ 42.78 29.25 74.63 -
YUV 151.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 198 113 225 0.12 0.50 0 0.12 285.54 0.65 0.66
Hex C6 71 E1 C 32 0 C 11E 41 42
Octal 306 161 341 14 62 0 14 436 101 102
Binary 11000110 1110001 11100001 1100 110010 0 1100 100011110 1000001 1000010

Color Harmonies of #C671E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C671E1

Black with #C671E1

Text Example


Text Example

White with #C671E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C671E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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