Html Css Color HEX #C670E1 Orchid

📋 copy color: '#C670E1'

red 198 ◦ green 112 ◦ blue 225

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

Shades of Orchid #C670E1

Tints of Orchid #C670E1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.93%

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

R = 37.01%
G = 20.93%
B = 42.06%

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

#C670E1 (or 0xC670E1) is known color: Orchid. HEX triplet: C6, 70 and E1. RGB value is (198,112,225). Sum of RGB (Red+Green+Blue) = 198+112+225=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #C670E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670E1 is #398F1E. Grayscale: #969696. Windows color (decimal): -3772191 or 14774470. OLE color: 14774470.

HSL color Cylindrical-coordinate representation of color #C670E1: hue angle of 285.66º 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 #C670E1 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 112 225 -
CMYK 0.12 0.50 0 0.12
HSL 285.66º 0.65% 0.66% -
HSV(B) 285.66º 0.5% 0.88% -
XYZ 42.67 29.03 74.59 -
YUV 150.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 198 112 225 0.12 0.50 0 0.12 285.66 0.65 0.66
Hex C6 70 E1 C 32 0 C 11E 41 42
Octal 306 160 341 14 62 0 14 436 101 102
Binary 11000110 1110000 11100001 1100 110010 0 1100 100011110 1000001 1000010

Color Harmonies of #C670E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670E1

Black with #C670E1

Text Example


Text Example

White with #C670E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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