Html Css Color HEX #C673DD Orchid

📋 copy color: '#C673DD'

red 198 ◦ green 115 ◦ blue 221

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

Shades of Orchid #C673DD

Tints of Orchid #C673DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.54%

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

R = 37.08%
G = 21.54%
B = 41.39%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C673DD (or 0xC673DD) is known color: Orchid. HEX triplet: C6, 73 and DD. RGB value is (198,115,221). Sum of RGB (Red+Green+Blue) = 198+115+221=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #C673DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673DD is #398C22. Grayscale: #979797. Windows color (decimal): -3771427 or 14513094. OLE color: 14513094.

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

Color convert

RGB 198 115 221 -
CMYK 0.10 0.48 0 0.13
HSL 286.98º 0.61% 0.66% -
HSV(B) 286.98º 0.48% 0.87% -
XYZ 42.47 29.49 71.86 -
YUV 151.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 198 115 221 0.10 0.48 0 0.13 286.98 0.61 0.66
Hex C6 73 DD A 30 0 D 11F 3D 42
Octal 306 163 335 12 60 0 15 437 75 102
Binary 11000110 1110011 11011101 1010 110000 0 1101 100011111 111101 1000010

Color Harmonies of #C673DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C673DD

Black with #C673DD

Text Example


Text Example

White with #C673DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C673DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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