Html Css Color HEX #C671D2 Orchid

📋 copy color: '#C671D2'

red 198 ◦ green 113 ◦ blue 210

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

Shades of Orchid #C671D2

Tints of Orchid #C671D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 38%
G = 21.69%
B = 40.31%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C671D2 (or 0xC671D2) is known color: Orchid. HEX triplet: C6, 71 and D2. RGB value is (198,113,210). Sum of RGB (Red+Green+Blue) = 198+113+210=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #C671D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671D2 is #398E2D. Grayscale: #959595. Windows color (decimal): -3771950 or 13791686. OLE color: 13791686.

HSL color Cylindrical-coordinate representation of color #C671D2: hue angle of 292.58º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C671D2 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 113 210 -
CMYK 0.06 0.46 0 0.18
HSL 292.58º 0.52% 0.63% -
HSV(B) 292.58º 0.46% 0.82% -
XYZ 40.83 28.47 64.32 -
YUV 149.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 198 113 210 0.06 0.46 0 0.18 292.58 0.52 0.63
Hex C6 71 D2 6 2E 0 12 125 34 3F
Octal 306 161 322 6 56 0 22 445 64 77
Binary 11000110 1110001 11010010 110 101110 0 10010 100100101 110100 111111

Color Harmonies of #C671D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C671D2

Black with #C671D2

Text Example


Text Example

White with #C671D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C671D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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