Html Css Color HEX #C670DD Orchid

📋 copy color: '#C670DD'

red 198 ◦ green 112 ◦ blue 221

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

Shades of Orchid #C670DD

Tints of Orchid #C670DD

RGB

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

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

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

R = 37.29%
G = 21.09%
B = 41.62%

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

#C670DD (or 0xC670DD) is known color: Orchid. HEX triplet: C6, 70 and DD. RGB value is (198,112,221). Sum of RGB (Red+Green+Blue) = 198+112+221=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #C670DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670DD is #398F22. Grayscale: #959595. Windows color (decimal): -3772195 or 14512326. OLE color: 14512326.

HSL color Cylindrical-coordinate representation of color #C670DD: hue angle of 287.34º degrees, saturation: 0.62, 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 #C670DD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 112 221 -
CMYK 0.10 0.49 0 0.13
HSL 287.34º 0.62% 0.65% -
HSV(B) 287.34º 0.49% 0.87% -
XYZ 42.13 28.81 71.75 -
YUV 150.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 198 112 221 0.10 0.49 0 0.13 287.34 0.62 0.65
Hex C6 70 DD A 31 0 D 11F 3E 41
Octal 306 160 335 12 61 0 15 437 76 101
Binary 11000110 1110000 11011101 1010 110001 0 1101 100011111 111110 1000001

Color Harmonies of #C670DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670DD

Black with #C670DD

Text Example


Text Example

White with #C670DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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