Html Css Color HEX #C670CE Orchid

📋 copy color: '#C670CE'

red 198 ◦ green 112 ◦ blue 206

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

Shades of Orchid #C670CE

Tints of Orchid #C670CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 38.37%
G = 21.71%
B = 39.92%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C670CE (or 0xC670CE) is known color: Orchid. HEX triplet: C6, 70 and CE. RGB value is (198,112,206). Sum of RGB (Red+Green+Blue) = 198+112+206=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C670CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670CE is #398F31. Grayscale: #949494. Windows color (decimal): -3772210 or 13529286. OLE color: 13529286.

HSL color Cylindrical-coordinate representation of color #C670CE: hue angle of 294.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C670CE is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 112 206 -
CMYK 0.04 0.46 0 0.19
HSL 294.89º 0.49% 0.62% -
HSV(B) 294.89º 0.46% 0.81% -
XYZ 40.22 28.05 61.69 -
YUV 148.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 198 112 206 0.04 0.46 0 0.19 294.89 0.49 0.62
Hex C6 70 CE 4 2E 0 13 127 31 3E
Octal 306 160 316 4 56 0 23 447 61 76
Binary 11000110 1110000 11001110 100 101110 0 10011 100100111 110001 111110

Color Harmonies of #C670CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670CE

Black with #C670CE

Text Example


Text Example

White with #C670CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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