Html Css Color HEX #C672CE Orchid

📋 copy color: '#C672CE'

red 198 ◦ green 114 ◦ blue 206

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

Shades of Orchid #C672CE

Tints of Orchid #C672CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.01%

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

R = 38.22%
G = 22.01%
B = 39.77%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C672CE (or 0xC672CE) is known color: Orchid. HEX triplet: C6, 72 and CE. RGB value is (198,114,206). Sum of RGB (Red+Green+Blue) = 198+114+206=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #C672CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672CE is #398D31. Grayscale: #959595. Windows color (decimal): -3771698 or 13529798. OLE color: 13529798.

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

Color convert

RGB 198 114 206 -
CMYK 0.04 0.45 0 0.19
HSL 294.78º 0.48% 0.63% -
HSV(B) 294.78º 0.45% 0.81% -
XYZ 40.45 28.5 61.76 -
YUV 149.6 159.83 162.52 -
System Red Green Blue C M Y K H S L
Decimal 198 114 206 0.04 0.45 0 0.19 294.78 0.48 0.63
Hex C6 72 CE 4 2D 0 13 127 30 3F
Octal 306 162 316 4 55 0 23 447 60 77
Binary 11000110 1110010 11001110 100 101101 0 10011 100100111 110000 111111

Color Harmonies of #C672CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672CE

Black with #C672CE

Text Example


Text Example

White with #C672CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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