Html Css Color HEX #C671DD Orchid

📋 copy color: '#C671DD'

red 198 ◦ green 113 ◦ blue 221

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

Shades of Orchid #C671DD

Tints of Orchid #C671DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 37.22%
G = 21.24%
B = 41.54%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C671DD (or 0xC671DD) is known color: Orchid. HEX triplet: C6, 71 and DD. RGB value is (198,113,221). Sum of RGB (Red+Green+Blue) = 198+113+221=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #C671DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671DD is #398E22. Grayscale: #969696. Windows color (decimal): -3771939 or 14512582. OLE color: 14512582.

HSL color Cylindrical-coordinate representation of color #C671DD: hue angle of 287.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C671DD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 113 221 -
CMYK 0.10 0.49 0 0.13
HSL 287.22º 0.61% 0.65% -
HSV(B) 287.22º 0.49% 0.87% -
XYZ 42.24 29.04 71.78 -
YUV 150.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 198 113 221 0.10 0.49 0 0.13 287.22 0.61 0.65
Hex C6 71 DD A 31 0 D 11F 3D 41
Octal 306 161 335 12 61 0 15 437 75 101
Binary 11000110 1110001 11011101 1010 110001 0 1101 100011111 111101 1000001

Color Harmonies of #C671DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C671DD

Black with #C671DD

Text Example


Text Example

White with #C671DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C671DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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