Html Css Color HEX #C670C2 Orchid

📋 copy color: '#C670C2'

red 198 ◦ green 112 ◦ blue 194

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

Shades of Orchid #C670C2

Tints of Orchid #C670C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 39.29%
G = 22.22%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C670C2 (or 0xC670C2) is known color: Orchid. HEX triplet: C6, 70 and C2. RGB value is (198,112,194). Sum of RGB (Red+Green+Blue) = 198+112+194=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C670C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670C2 is #398F3D. Grayscale: #929292. Windows color (decimal): -3772222 or 12742854. OLE color: 12742854.

HSL color Cylindrical-coordinate representation of color #C670C2: hue angle of 302.79º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C670C2 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 194 -
CMYK 0 0.43 0.02 0.22
HSL 302.79º 0.43% 0.61% -
HSV(B) 302.79º 0.43% 0.78% -
XYZ 38.82 27.49 54.3 -
YUV 147.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 198 112 194 0 0.43 0.02 0.22 302.79 0.43 0.61
Hex C6 70 C2 0 2B 2 16 12F 2B 3D
Octal 306 160 302 0 53 2 26 457 53 75
Binary 11000110 1110000 11000010 0 101011 10 10110 100101111 101011 111101

Color Harmonies of #C670C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670C2

Black with #C670C2

Text Example


Text Example

White with #C670C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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