Html Css Color HEX #C670DC Orchid

📋 copy color: '#C670DC'

red 198 ◦ green 112 ◦ blue 220

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

Shades of Orchid #C670DC

Tints of Orchid #C670DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 37.36%
G = 21.13%
B = 41.51%

CMYK

 C value IS 0.1

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C670DC (or 0xC670DC) is known color: Orchid. HEX triplet: C6, 70 and DC. RGB value is (198,112,220). Sum of RGB (Red+Green+Blue) = 198+112+220=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #C670DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670DC is #398F23. Grayscale: #959595. Windows color (decimal): -3772196 or 14446790. OLE color: 14446790.

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

Color convert

RGB 198 112 220 -
CMYK 0.1 0.49 0 0.14
HSL 287.78º 0.61% 0.65% -
HSV(B) 287.78º 0.49% 0.86% -
XYZ 42 28.76 71.05 -
YUV 150.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 198 112 220 0.1 0.49 0 0.14 287.78 0.61 0.65
Hex C6 70 DC A 31 0 E 120 3D 41
Octal 306 160 334 12 61 0 16 440 75 101
Binary 11000110 1110000 11011100 1010 110001 0 1110 100100000 111101 1000001

Color Harmonies of #C670DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670DC

Black with #C670DC

Text Example


Text Example

White with #C670DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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